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.9 to 0.2.10

10

lib/data/compat-headers.js

@@ -125,4 +125,10 @@ // Documentation:

],
website: [{ type: 'tampermonkey', versionConstraint: '>=2.0.2395' }],
source: [{ type: 'tampermonkey', versionConstraint: '>=2.0.2395' }],
website: [
{ type: 'tampermonkey', versionConstraint: '>=2.0.2395' },
{ type: 'violentmonkey', versionConstraint: '>=2.13.1.2' }
],
source: [
{ type: 'tampermonkey', versionConstraint: '>=2.0.2395' },
{ type: 'violentmonkey', versionConstraint: '>=2.13.1.2' }
],
downloadURL: [

@@ -129,0 +135,0 @@ { type: 'tampermonkey', versionConstraint: '>=2.5.64' },

2

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

@@ -5,0 +5,0 @@ "keywords": [

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