Socket
Socket
Sign inDemoInstall

eslint-plugin-grules

Package Overview
Dependencies
164
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.15 to 0.0.16

12

package.json

@@ -5,5 +5,6 @@ {

"license": "MIT",
"version": "0.0.15",
"version": "0.0.16",
"type": "commonjs",
"main": "./src/index.js",
"exports": "./src/index.js",
"engines": {

@@ -13,4 +14,4 @@ "node": ">=20"

"scripts": {
"test": "eslint .",
"test:fix": "eslint --fix ."
"test": "eslint . && prettier --check .",
"test:fix": "eslint --fix . && prettier --write ."
},

@@ -27,8 +28,9 @@ "dependencies": {

"devDependencies": {
"eslint-plugin-grules": "^0.0.14"
"@fastify/pre-commit": "^2.1.0",
"eslint-plugin-grules": ">=0.0.15"
},
"repository": {
"type": "git",
"url": "https://github.com/gurgunday/eslint-plugin-grules.git"
"url": "git+https://github.com/gurgunday/eslint-plugin-grules.git"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc