@locker/compiler
Advanced tools
Comparing version 0.14.2 to 0.14.3
{ | ||
"name": "@locker/compiler", | ||
"version": "0.14.2", | ||
"version": "0.14.3", | ||
"license": "Salesforce Developer Agreement", | ||
@@ -14,2 +14,4 @@ "author": "Salesforce UI Security Team", | ||
"build": "rollup --config .rolluprc.cjs", | ||
"build:dev": "cross-env NODE_ENV=development yarn build", | ||
"build:swc": "cross-env LOCKER_COMPILER_PARSER=swc yarn build", | ||
"clean": "locker-trash dist/", | ||
@@ -19,13 +21,19 @@ "test:base": "yarn build && jest", | ||
"test:update": "yarn test:dev --updateSnapshot && yarn test:base --updateSnapshot", | ||
"test:swc": "cross-env LOCKER_COMPILER_PARSER=swc yarn test", | ||
"test": "yarn test:dev && yarn test:base" | ||
}, | ||
"dependencies": { | ||
"@locker/ast-lib-maker": "0.14.2", | ||
"@locker/instrumentation": "0.14.2", | ||
"@locker/shared": "0.14.2", | ||
"devDependencies": { | ||
"@locker/ast-lib-maker": "0.14.3", | ||
"@locker/instrumentation": "0.14.3", | ||
"@locker/shared": "0.14.3", | ||
"@swc/core": "1.2.80", | ||
"acorn": "8.4.1", | ||
"acorn-walk": "8.1.1", | ||
"golden-fleece": "1.0.5", | ||
"magic-string": "0.25.7", | ||
"merge-options": "3.0.4" | ||
}, | ||
"swcDependencies": [ | ||
"@swc/core" | ||
], | ||
"files": [ | ||
@@ -35,3 +43,3 @@ "dist/", | ||
], | ||
"gitHead": "b283257c4ad4fa4169dfd474b4c112096323ae46" | ||
"gitHead": "d7dd7f95caa14be3c519d654b4ba645b07f14f0f" | ||
} |
@@ -81,12 +81,2 @@ # @locker/compiler | ||
prettier: false, | ||
// The start position of the tokenizer in `input`. | ||
startPos: 0, | ||
// For details on the following options and more see | ||
// https://github.com/acornjs/acorn/tree/master/acorn#interface. | ||
allowAwaitOutsideFunction: true, | ||
allowHashBang: true, | ||
allowReserved: true, | ||
allowReturnOutsideFunction: true, | ||
ecmaVersion: 'latest', | ||
sourceType: 'module', | ||
}); | ||
@@ -93,0 +83,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
High entropy strings
Supply chain riskContains high entropy strings. This could be a sign of encrypted data, leaked secrets or obfuscated code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
343421
0
9
1311
3
99
15
1
- Removed@locker/ast-lib-maker@0.14.2
- Removed@locker/instrumentation@0.14.2
- Removed@locker/shared@0.14.2
- Removedacorn@8.4.1
- Removedacorn-walk@8.1.1
- Removedmagic-string@0.25.7
- Removedmerge-options@3.0.4
- Removed@locker/ast-lib-maker@0.14.2(transitive)
- Removed@locker/instrumentation@0.14.2(transitive)
- Removed@locker/shared@0.14.2(transitive)
- Removedacorn@8.4.1(transitive)
- Removedacorn-walk@8.1.1(transitive)
- Removedis-plain-obj@2.1.0(transitive)
- Removedmagic-string@0.25.7(transitive)
- Removedmerge-options@3.0.4(transitive)
- Removedsourcemap-codec@1.4.8(transitive)