chore: update versions #378
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@nodesecure/js-x-ray@10.0.0
Major Changes
09c3575
Thanks @clemgbld! - feat(tracer): support tracking function return valuesMinor Changes
#399
857308c
Thanks @clemgbld! - feat(probes) add minimal implementation of data-exfiltration#392
02a2d05
Thanks @fraxken! - Simplify tracing validation & add new spread test for the probe#398
b6d2474
Thanks @fraxken! - Implement new pipeline mechanism with a built-in deobfuscate#382
bc62d3e
Thanks @clemgbld! - feat(probes): add finalize callback#397
283d5b6
Thanks @fraxken! - Integrate estree-walker natively using meriyah ESTree types#387
4d097cc
Thanks @fraxken! - Move trojan-source detection from SourceFile to AstAnalyser#396
f66af80
Thanks @fraxken! - Move Signals into probe.main context#380
99fd4fe
Thanks @clemgbld! - refactor(probes): isFetch detect fetch re-assigment#395
fad019f
Thanks @fraxken! - Implement context for Probe and ProbeRunner#389
f037105
Thanks @clemgbld! - feat(probes): isLiteral detect api.ipify.org with shady link#384
728d744
Thanks @fraxken! - move ProbeRunner from SourceFile to AstAnalyser classPatch Changes
#376
d5b98de
Thanks @tony-go! - Handle uname as unsafe-command#400
14cb982
Thanks @fraxken! - Properly deep clone and reset probe context#381
ca954d8
Thanks @tony-go! - Handle curl and ping for unsafe-command probeUpdated dependencies [
91031f8
,7927535
,09c3575
,facb858
,53b25a4
]:@nodesecure/tracer@3.0.0
Major Changes
09c3575
Thanks @clemgbld! - feat(tracer): support tracking function return valuesMinor Changes
#385
91031f8
Thanks @clemgbld! - feat(tracer): add follow consecutive assignment of return values#390
7927535
Thanks @fraxken! - Refactor global id prefix removal by implementing a new generic Util function#391
facb858
Thanks @fraxken! - Enhance docs, types and syntaxPatch Changes
53b25a4
]:@nodesecure/estree-ast-utils@4.2.0
Minor Changes
53b25a4
Thanks @fraxken! - Implement a new joinArrayExpression utility