New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@groww-tech/eslint-plugin-internal

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@groww-tech/eslint-plugin-internal - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

lib/rules/sort-import.js

14

package.json
{
"name": "@groww-tech/eslint-plugin-internal",
"version": "1.0.3",
"version": "1.0.4",
"description": "ESLint Plugin with customized rules as per requirement and preferences of devs in Groww.",

@@ -37,6 +37,2 @@ "keywords": [

"main": "lib/index.js",
"scripts": {
"test": "mocha tests --recursive",
"pushTags" : "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag -a eslint-plugin-internal-v$PACKAGE_VERSION -m \"@groww-tech/eslint-plugin-internal-v$PACKAGE_VERSION\" && git push --tags"
},
"dependencies": {

@@ -55,3 +51,7 @@ "requireindex": "~1.1.0"

},
"homepage": "https://github.com/Groww/webster/tree/develop/packages/eslint-plugin-internal#readme"
}
"homepage": "https://github.com/Groww/webster/tree/develop/packages/eslint-plugin-internal#readme",
"scripts": {
"test": "mocha tests --recursive",
"pushTags": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag -a eslint-plugin-internal-v$PACKAGE_VERSION -m \"@groww-tech/eslint-plugin-internal-v$PACKAGE_VERSION\" && git push --tags"
}
}
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