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

@clark/eslint-plugin-import-helpers-with-package

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clark/eslint-plugin-import-helpers-with-package - npm Package Compare versions

Comparing version 1.24.4 to 1.25.0

1

index.js

@@ -17,4 +17,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.rules = void 0;
var eslint_plugin_import_helpers_1 = require("eslint-plugin-import-helpers");
var order_imports_1 = __importDefault(require("./rules/order-imports"));
exports.rules = __assign(__assign({}, eslint_plugin_import_helpers_1.rules), { 'order-imports': order_imports_1.default });

17

package.json
{
"name": "@clark/eslint-plugin-import-helpers-with-package",
"version": "1.24.4",
"version": "1.25.0",
"description": "Extends `import-helpers/order-imports` so that it can infer the name of the package the file belongs to",

@@ -38,17 +38,16 @@ "keywords": [

"dependencies": {
"@clark/eslint-util-get-package": "^1.24.4",
"@clark/eslint-util-get-package": "^1.25.0",
"eslint-plugin-import-helpers": "^1.0.2"
},
"devDependencies": {
"@clark/eslint-config-node-typescript": "^1.24.4",
"@types/eslint": "^6.8.0",
"@clark/eslint-config-node-typescript": "^1.25.0",
"@types/eslint": "^7.2.0",
"@types/estree": "^0.0.44",
"eslint": "^6.8.0",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
"eslint": "^7.2.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},
"engines": {
"node": "^10.0 || ^12.0 || ^13.0"
},
"gitHead": "8e98a12dd89907f4263577ddbfd933572bab7c4a"
}
}

@@ -24,3 +24,2 @@ "use strict";

var options = context.options[0] || {};
// eslint-disable-next-line prefer-destructuring
var groups = options.groups || [];

@@ -27,0 +26,0 @@ var packageName;

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