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

module-grouping-cli

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

module-grouping-cli - npm Package Compare versions

Comparing version 0.0.1 to 0.0.3

yarn-error.log

15

package.json
{
"name": "module-grouping-cli",
"version": "0.0.1",
"version": "0.0.3",
"main": "src/index.js",

@@ -31,10 +31,13 @@ "repository": "https://github.com/NShahri/import-sort-style-module-grouping.git",

"prettier": "^1.13.7",
"regenerator-runtime": "^0.12.0"
"regenerator-runtime": "^0.12.0",
"rimraf": "^2.6.2"
},
"scripts": {
"build": "npx babel . --out-dir build --only ./src --ignore **/*.spec.js",
"prepublish": "npm run build",
"prebuild": "rimraf build/",
"build": "babel . --out-dir build --only ./src --ignore **/*.spec.js",
"build:bin": "npm uninstall -g&&yarn build&&npm install -g",
"test": "npx jest --testPathIgnorePatterns /build/ /node_modules/",
"prettier": "npx prettier --config ./.prettierrc --write \"src/{**/!(node_modules|build)/*.js,*.js}\"",
"lint": "npx eslint src"
"test": "jest --testPathIgnorePatterns /build/ /node_modules/",
"prettier": "prettier --config ./.prettierrc --write \"src/{**/!(node_modules|build)/*.js,*.js}\"",
"lint": "eslint src"
},

@@ -41,0 +44,0 @@ "dependencies": {

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