Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@locker/ast-lib-maker

Package Overview
Dependencies
Maintainers
0
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@locker/ast-lib-maker - npm Package Compare versions

Comparing version 0.22.5 to 0.23.1

2

dist/index.cjs.js

@@ -226,2 +226,2 @@ /*!

exports.createLib = createLib;
/*! version: 0.22.5 */
/*! version: 0.23.1 */

@@ -221,2 +221,2 @@ /*!

export { createLib };
/*! version: 0.22.5 */
/*! version: 0.23.1 */
{
"name": "@locker/ast-lib-maker",
"version": "0.22.5",
"license": "SEE LICENSE IN LICENSE.txt",
"author": "Salesforce UI Security Team",
"description": "Lightning Web Security AST library maker utilities",
"keywords": [
"ast",
"locker",
"salesforce"
],
"main": "dist/index.cjs.js",
"module": "dist/index.mjs.js",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rollup --config .rolluprc.cjs",
"build:dev": "cross-env NODE_ENV=development yarn build",
"clean": "locker-trash dist/",
"test": "yarn build && jest"
},
"dependencies": {
"@locker/shared": "0.22.5"
},
"devDependencies": {
"acorn-globals": "7.0.1"
},
"files": [
"dist/",
"!dist/*.map",
"LICENSE.txt"
]
"name": "@locker/ast-lib-maker",
"version": "0.23.1",
"license": "SEE LICENSE IN LICENSE.txt",
"author": "Salesforce UI Security Team",
"description": "Lightning Web Security AST library maker utilities",
"keywords": [
"ast",
"locker",
"salesforce"
],
"main": "dist/index.cjs.js",
"module": "dist/index.mjs.js",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rollup --config .rolluprc.cjs",
"build:dev": "cross-env NODE_ENV=development yarn build",
"clean": "locker-trash dist/",
"test": "yarn build && jest"
},
"dependencies": {
"@locker/shared": "0.23.1"
},
"devDependencies": {
"acorn-globals": "7.0.1"
},
"files": [
"dist/",
"!dist/*.map",
"LICENSE.txt"
]
}
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