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

@locker/ast-lib-maker

Package Overview
Dependencies
Maintainers
8
Versions
237
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.18.0 to 0.18.1

9

dist/index.cjs.js

@@ -9,2 +9,5 @@ /*!

});
var shared = require('@locker/shared');
const ASTERISK_CHARACTER = '*';

@@ -266,8 +269,6 @@ const DOCUMENT_ALIASES = [`${ASTERISK_CHARACTER}.ownerDocument`, 'document'];

function createLib(overrides) {
return { ...baseLib,
...overrides
};
return shared.ObjectAssign({}, baseLib, overrides);
}
exports.createLib = createLib;
/*! version: 0.18.0 */
/*! version: 0.18.1 */
/*!
* Copyright (C) 2020 salesforce.com, inc.
*/
import { ObjectAssign } from '@locker/shared';
const ASTERISK_CHARACTER = '*';

@@ -260,8 +261,6 @@ const DOCUMENT_ALIASES = [`${ASTERISK_CHARACTER}.ownerDocument`, 'document'];

function createLib(overrides) {
return { ...baseLib,
...overrides
};
return ObjectAssign({}, baseLib, overrides);
}
export { createLib };
/*! version: 0.18.0 */
/*! version: 0.18.1 */
{
"name": "@locker/ast-lib-maker",
"version": "0.18.0",
"version": "0.18.1",
"license": "SEE LICENSE IN LICENSE.txt",

@@ -26,3 +26,3 @@ "author": "Salesforce UI Security Team",

"dependencies": {
"@locker/shared": "0.18.0"
"@locker/shared": "0.18.1"
},

@@ -36,4 +36,3 @@ "devDependencies": {

"LICENSE.txt"
],
"gitHead": "821a6a0691f4f7f0493aa7c56337c469f015e0fc"
]
}

Sorry, the diff of this file is not supported yet

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