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 2.4.0 to 3.0.0

yarn.lock

4

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function default_1(styleApi) {
var alias = styleApi.alias, and = styleApi.and, dotSegmentCount = styleApi.dotSegmentCount, hasNoMember = styleApi.hasNoMember, isAbsoluteModule = styleApi.isAbsoluteModule, isNodeModule = styleApi.isNodeModule, isRelativeModule = styleApi.isRelativeModule, moduleName = styleApi.moduleName, naturally = styleApi.naturally, unicode = styleApi.unicode;
const { alias, and, dotSegmentCount, hasNoMember, isAbsoluteModule, isNodeModule, isRelativeModule, moduleName, naturally, unicode, } = styleApi;
return [

@@ -23,3 +24,2 @@ // import "foo"

}
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
{
"name": "import-sort-style-module",
"version": "2.4.0",
"version": "3.0.0",
"description": "An import-sort style that groups and sorts by module",

@@ -18,13 +18,12 @@ "main": "lib/index.js",

"devDependencies": {
"@types/chai": "^3.4.32",
"@types/mocha": "^2.2.31",
"@types/node": "^6.0.38",
"chai": "^3.5.0",
"import-sort-style": "^2.3.0",
"mocha": "^3.0.2",
"ts-node": "^1.3.0",
"tslint": "^3.15.1",
"typescript": "^2.1.0-dev.20160901"
},
"dependencies": {}
"@types/chai": "^4.0.0",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.31",
"chai": "^4.0.2",
"import-sort-style": "^3.0.0",
"mocha": "^3.4.2",
"ts-node": "^3.0.6",
"tslint": "^5.4.3",
"typescript": "^2.3.4"
}
}
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