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

eslint-plugin-userscripts

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-userscripts - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

6

lib/data/compat-headers.js

@@ -57,3 +57,7 @@ // Documentation:

'user-agent': [{ type: 'tampermonkey', versionConstraint: '>=2.8.2894' }],
unwrap: [{ type: 'greasemonkey', versionConstraint: '0.8.1 - 0.9.22' }],
unwrap: [
{ type: 'greasemonkey', versionConstraint: '0.8.1 - 0.9.22' },
{ type: 'tampermonkey', versionConstraint: '>=4.14' },
{ type: 'violentmonkey', versionConstraint: '>=2.13.0.16' }
],
grant: [

@@ -60,0 +64,0 @@ { type: 'tampermonkey', versionConstraint: '>=3.0.3389' },

8

package.json
{
"name": "eslint-plugin-userscripts",
"version": "0.2.1",
"version": "0.2.2",
"description": "Implements rules for userscripts metadata in eslint",

@@ -25,7 +25,7 @@ "keywords": [

"acorn": "^8.5.0",
"eslint": "^8.0.0",
"eslint": "^8.13.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "^4.0.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-unicorn": "^41.0.0",
"eslint-plugin-unicorn": "^42.0.0",
"husky": "^7.0.2",

@@ -40,3 +40,3 @@ "markdownlint-cli": "^0.31.0",

"peerDependencies": {
"eslint": ">=6.0.0 <=^8.0.0"
"eslint": ">=6.0.0 <=^8.13.0"
},

@@ -43,0 +43,0 @@ "engines": {

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