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

import-sort-style-module

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

import-sort-style-module - npm Package Compare versions

Comparing version 5.0.0 to 6.0.0

lib/index.d.ts.map

3

lib/index.d.ts
import { IStyleAPI, IStyleItem } from "import-sort-style";
export default function (styleApi: IStyleAPI): Array<IStyleItem>;
export default function (styleApi: IStyleAPI): IStyleItem[];
//# sourceMappingURL=index.d.ts.map
{
"name": "import-sort-style-module",
"version": "5.0.0",
"version": "6.0.0",
"description": "An import-sort style that groups and sorts by module",

@@ -8,7 +8,8 @@ "main": "lib/index.js",

"scripts": {
"prepublish": "npm run build",
"build": "tsc -p src",
"build:watch": "tsc -p src -w",
"prepublishOnly": "tsc -b .",
"build": "tsc -b .",
"build:watch": "tsc -b . -w",
"test": "mocha --require ts-node/register --recursive \"test/**/*.ts\"",
"test:watch": "mocha -w --require ts-node/register --recursive \"test/**/*.ts\""
"test:watch": "mocha -w --require ts-node/register --recursive \"test/**/*.ts\"",
"lint": "eslint --ext ts src"
},

@@ -18,2 +19,5 @@ "author": "Renke Grunwald <renke@renke.org> (https://github.com/renke)",

"license": "ISC",
"files": [
"lib"
],
"devDependencies": {

@@ -23,9 +27,16 @@ "@types/chai": "^4.1.4",

"@types/node": "^10.3.5",
"@typescript-eslint/eslint-plugin": "^1.2.0",
"chai": "^4.0.2",
"import-sort-style": "^5.0.0",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.0",
"eslint-plugin-react": "^7.12.4",
"import-sort-style": "^6.0.0",
"mocha": "^5.2.0",
"ts-node": "^7.0.0",
"tslint": "^5.10.0",
"typescript": "^2.9.2"
}
"ts-node": "^8.0.2",
"typescript": "^3.2.4"
},
"gitHead": "8049f35b2c2fb674bd8bc73e420d508413bb544c"
}
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