New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@locker/compiler

Package Overview
Dependencies
Maintainers
7
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@locker/compiler - npm Package Compare versions

Comparing version 0.14.2 to 0.14.3

20

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc