@locker/eslint-rule-maker
Advanced tools
Comparing version 0.15.4 to 0.15.5
@@ -62,3 +62,5 @@ /*! | ||
for (let i = 0, len = props.length; i < len; i += 1) { | ||
for (let i = 0, { | ||
length | ||
} = props; i < length; i += 1) { | ||
const name = props[i]; | ||
@@ -291,2 +293,2 @@ | ||
exports.matchers = matchers; | ||
/*! version: 0.15.4 */ | ||
/*! version: 0.15.5 */ |
@@ -54,3 +54,5 @@ /*! | ||
for (let i = 0, len = props.length; i < len; i += 1) { | ||
for (let i = 0, { | ||
length | ||
} = props; i < length; i += 1) { | ||
const name = props[i]; | ||
@@ -281,2 +283,2 @@ | ||
export { astLib, createRule, matchers }; | ||
/*! version: 0.15.4 */ | ||
/*! version: 0.15.5 */ |
{ | ||
"name": "@locker/eslint-rule-maker", | ||
"version": "0.15.4", | ||
"version": "0.15.5", | ||
"license": "Salesforce Developer Agreement", | ||
@@ -26,4 +26,4 @@ "author": "Salesforce UI Security Team", | ||
"dependencies": { | ||
"@locker/ast-lib-maker": "0.15.4", | ||
"@locker/shared": "0.15.4" | ||
"@locker/ast-lib-maker": "0.15.5", | ||
"@locker/shared": "0.15.5" | ||
}, | ||
@@ -34,3 +34,3 @@ "files": [ | ||
], | ||
"gitHead": "bc643ba0793f6915a3c4ff4e95ac1cba6c1b5165" | ||
"gitHead": "9908c09daf0ae97dc6ea9afc4bfeee6dc8ad085d" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
26366
523
1
+ Added@locker/ast-lib-maker@0.15.5(transitive)
+ Added@locker/shared@0.15.5(transitive)
- Removed@locker/ast-lib-maker@0.15.4(transitive)
- Removed@locker/shared@0.15.4(transitive)
Updated@locker/ast-lib-maker@0.15.5
Updated@locker/shared@0.15.5