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

@storipress/eslint-plugin-block

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storipress/eslint-plugin-block - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

1

lib/rules/image-with-literal-src.js

@@ -19,2 +19,3 @@ const { isBlockFile } = require('../utils/is-block-file')

},
hasSuggestions: true,
schema: [], // no options

@@ -21,0 +22,0 @@ },

@@ -20,2 +20,3 @@ const { isBlockFile } = require('../utils/is-block-file')

},
hasSuggestions: true,
schema: [], // no options

@@ -22,0 +23,0 @@ },

@@ -22,2 +22,3 @@ const { findLiteralAttr } = require('../utils/find-attr')

},
hasSuggestions: true,
schema: [], // no options

@@ -24,0 +25,0 @@ },

16

package.json
{
"name": "@storipress/eslint-plugin-block",
"version": "0.1.5",
"version": "0.1.6",
"main": "lib/index.js",

@@ -21,14 +21,14 @@ "license": "MIT",

"ava": "^3.15.0",
"eslint": "^7.29.0",
"eslint": "^8.3.0",
"eslint-ava-rule-tester": "^4.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-import": "^2.23.4",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"prettier": "^2.3.2",
"vue-eslint-parser": "^7.6.0"
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.2.0",
"prettier": "^2.5.0",
"vue-eslint-parser": "^8.0.1"
}
}
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