@locker/eslint-plugin-locker
Advanced tools
Comparing version 0.12.2 to 0.12.3
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.rules = void 0; | ||
const blocked_document_properties_1 = __importDefault(require("./rules/blocked-document-properties")); | ||
@@ -35,2 +36,1 @@ const blocked_element_properties_1 = __importDefault(require("./rules/blocked-element-properties")); | ||
}; | ||
//# sourceMappingURL=index.js.map |
@@ -40,2 +40,1 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=blocked-document-properties.js.map |
@@ -26,2 +26,1 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=blocked-element-properties.js.map |
@@ -19,2 +19,1 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=blocked-html-element-properties.js.map |
@@ -27,2 +27,1 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=blocked-html-iframe-element-properties.js.map |
@@ -24,2 +24,1 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=empty-window-location.js.map |
@@ -33,2 +33,1 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=no-async-await.js.map |
@@ -20,2 +20,1 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=no-document-domain-assignment.js.map |
@@ -29,2 +29,1 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=no-dynamic-import.js.map |
@@ -19,2 +19,1 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=null-document-location.js.map |
@@ -24,2 +24,1 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=null-element-shadow-root.js.map |
@@ -24,2 +24,1 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=null-shadow-root-host.js.map |
@@ -21,2 +21,1 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=null-window-top.js.map |
@@ -20,2 +20,1 @@ "use strict"; | ||
}); | ||
//# sourceMappingURL=undefined-document-all.js.map |
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.docURL = void 0; | ||
const fs_1 = __importDefault(require("fs")); | ||
@@ -16,2 +17,1 @@ const path_1 = __importDefault(require("path")); | ||
exports.docURL = docURL; | ||
//# sourceMappingURL=util.js.map |
{ | ||
"name": "@locker/eslint-plugin-locker", | ||
"version": "0.12.2", | ||
"version": "0.12.3", | ||
"license": "Salesforce Developer Agreement", | ||
@@ -15,3 +15,3 @@ "author": "Salesforce UI Security Team", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "tsc --project tsconfig.types.json && tsc", | ||
"clean": "locker-trash dist/ types/", | ||
@@ -24,9 +24,4 @@ "test": "yarn build && jest" | ||
"dependencies": { | ||
"@locker/eslint-rule-maker": "0.12.2" | ||
"@locker/eslint-rule-maker": "0.12.3" | ||
}, | ||
"devDependencies": { | ||
"@types/eslint": "7.2.2", | ||
"@types/estree": "0.0.45", | ||
"typescript": "3.8.3" | ||
}, | ||
"repository": { | ||
@@ -40,3 +35,3 @@ "type": "git", | ||
], | ||
"gitHead": "738fe1b33d349d389394370359044c1d5ee968c4" | ||
"gitHead": "04a89b8ef9516c8ebc5f38a1bb2d93b04deba348" | ||
} |
@@ -30,3 +30,3 @@ # @locker/eslint-plugin-locker | ||
For more details about configuration please refer to the dedicated section in | ||
the ESLint documentation: | ||
the ESLint documentation:<br> | ||
https://eslint.org/docs/user-guide/configuring | ||
@@ -33,0 +33,0 @@ |
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
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
0
362
0
21618
18
+ Added@locker/ast-lib-maker@0.12.3(transitive)
+ Added@locker/eslint-rule-maker@0.12.3(transitive)
+ Added@locker/shared@0.12.3(transitive)
- Removed@locker/ast-lib-maker@0.12.2(transitive)
- Removed@locker/eslint-rule-maker@0.12.2(transitive)
- Removed@locker/shared@0.12.2(transitive)