Socket
Socket
Sign inDemoInstall

eslint-plugin-piggyback

Package Overview
Dependencies
89
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

2

lib/index.js

@@ -15,5 +15,5 @@ "use strict";

// import all rules in lib/rules
module.exports.rules = requireIndex("./rules");
module.exports.rules = requireIndex(__dirname + "/rules");
{
"name": "eslint-plugin-piggyback",
"version": "0.0.3",
"version": "0.0.4",
"description": "Disallow extending the global scope by extending objects that reference it (e.g. 'window')",

@@ -23,2 +23,3 @@ "keywords": [

"devDependencies": {
"eslint": "~2.0.0",
"mocha": "~2.4.5"

@@ -25,0 +26,0 @@ },

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