@locker/shared
Advanced tools
Comparing version 0.11.16 to 0.12.1
@@ -295,2 +295,2 @@ /** | ||
exports.wrap = wrap; | ||
/** version: 0.11.16 */ | ||
/** version: 0.12.1 */ |
@@ -195,2 +195,2 @@ /** | ||
export { ArrayConcat, ArrayFilter, ArrayForEach, ArrayFrom, ArrayIncludes, ArrayIsArray, ArrayJoin, ArrayMap, ArrayPush, ArraySome, ErrorCreate, FunctionBind, FunctionCall, JSONParse, JSONStringify, LockerRangeError, LockerSecurityError, MapConcat, MapCreate, MapEntries, MapForEach, MapGet, MapIteratorCreate, MapSet, MathMin, ObjectAssign, ObjectCreate, ObjectDefineProperty, ObjectFreeze, ObjectGetOwnPropertyDescriptors, ObjectGetOwnPropertyNames, ObjectGetOwnPropertySymbols, ObjectHasOwnProperty, ObjectIsFrozen, ObjectIsSealed, ObjectKeys, ObjectPreventExtensions, ObjectSeal, ProxyCreate, ProxyRevocable, RangeErrorCreate, ReflectApply, ReflectConstruct, ReflectDefineProperty, ReflectDeleteProperty, ReflectGet, ReflectGetOwnPropertyDescriptor, ReflectGetPrototypeOf, ReflectHas, ReflectIsExtensible, ReflectOwnKeys, ReflectPreventExtensions, ReflectSet, ReflectSetPrototypeOf, RegExpTest, SetAdd, SetCreate, SetDelete, SetHas, StringCharCodeAt, StringEndsWith, StringIncludes, StringIndexOf, StringMatch, StringReplace, StringSplit, StringStartsWith, StringSubstring, StringToLowerCase, StringToUpperCase, StringTrim, SymbolFor, SymbolIterator, TypeErrorCreate, WeakMapCreate, WeakMapGet, WeakMapHas, WeakMapSet, createRevokedProxy, createSafeObject, defaults, isFunction, isNull, isNullOrUndefined, isObject, isObjectLike, isTrue, isUndefined, maskDistortion, sanitizeArguments, toBoolean, toIgnore, toString, toStringIfNotNullOrUndefined, unapply, unconstruct, wrap }; | ||
/** version: 0.11.16 */ | ||
/** version: 0.12.1 */ |
{ | ||
"name": "@locker/shared", | ||
"version": "0.11.16", | ||
"version": "0.12.1", | ||
"license": "Salesforce Developer Agreement", | ||
@@ -18,3 +18,3 @@ "author": "Salesforce UI Security Team", | ||
"scripts": { | ||
"build": "tsc --emitDeclarationOnly && rollup --config ./scripts/rollup/rollup.config.js", | ||
"build": "tsc --emitDeclarationOnly && rollup -c .rolluprc.cjs", | ||
"clean": "locker-trash dist/ types/" | ||
@@ -25,3 +25,3 @@ }, | ||
}, | ||
"gitHead": "d8cc8542f5db478e0f94877d6303c544f9a6528f" | ||
"gitHead": "12dad6f850c542037e267bda7a4e0480ea7287dc" | ||
} |
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
29436