@locker/ast-lib-maker
Advanced tools
Comparing version 0.17.24 to 0.17.25
@@ -9,5 +9,2 @@ /*! | ||
}); | ||
var shared = require('@locker/shared'); | ||
const ASTERISK_CHARACTER = '*'; | ||
@@ -269,6 +266,8 @@ const DOCUMENT_ALIASES = [`${ASTERISK_CHARACTER}.ownerDocument`, 'document']; | ||
function createLib(overrides) { | ||
return shared.ObjectAssign({}, baseLib, overrides); | ||
return { ...baseLib, | ||
...overrides | ||
}; | ||
} | ||
exports.createLib = createLib; | ||
/*! version: 0.18.6 */ | ||
/*! version: 0.17.25 */ |
/*! | ||
* Copyright (C) 2020 salesforce.com, inc. | ||
*/ | ||
import { ObjectAssign } from '@locker/shared'; | ||
const ASTERISK_CHARACTER = '*'; | ||
@@ -261,6 +260,8 @@ const DOCUMENT_ALIASES = [`${ASTERISK_CHARACTER}.ownerDocument`, 'document']; | ||
function createLib(overrides) { | ||
return ObjectAssign({}, baseLib, overrides); | ||
return { ...baseLib, | ||
...overrides | ||
}; | ||
} | ||
export { createLib }; | ||
/*! version: 0.18.6 */ | ||
/*! version: 0.17.25 */ |
{ | ||
"name": "@locker/ast-lib-maker", | ||
"version": "0.17.24", | ||
"version": "0.17.25", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -26,3 +26,3 @@ "author": "Salesforce UI Security Team", | ||
"dependencies": { | ||
"@locker/shared": "0.17.24" | ||
"@locker/shared": "0.17.25" | ||
}, | ||
@@ -37,3 +37,3 @@ "devDependencies": { | ||
], | ||
"gitHead": "5e0e0de06575de99a816fd5c71d323d75e5b361e" | ||
"gitHead": "e3421ee28dec007fc67301084643401d4bb52171" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
225
3
7
36
24865
9
483
+ Added@locker/shared@0.17.25(transitive)
- Removed@locker/shared@0.17.24(transitive)
Updated@locker/shared@0.17.25