Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@locker/eslint-plugin-locker

Package Overview
Dependencies
Maintainers
6
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@locker/eslint-plugin-locker - npm Package Compare versions

Comparing version 0.12.2 to 0.12.3

2

dist/index.js

@@ -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 @@

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