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

eslint-plugin-adi

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-adi - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="0.2.1"></a>
## [0.2.1](https://github.com/giraud/eslint-plugin-adi/compare/v0.2.0...v0.2.1) (2016-12-16)
### Bug Fixes
* remove the console.log ([ef4ac0c](https://github.com/giraud/eslint-plugin-adi/commit/ef4ac0c))
<a name="0.2.0"></a>

@@ -7,0 +17,0 @@ # [0.2.0](https://github.com/giraud/eslint-plugin-adi/compare/v0.1.0...v0.2.0) (2016-12-15)

1

lib/import.js

@@ -28,3 +28,2 @@ 'use strict';

var forbidden = forbiddenImports[bundle];
console.log(bundle, forbidden, node.source.value);
for (var other of forbidden) {

@@ -31,0 +30,0 @@ if (0 <= node.source.value.indexOf(other)) {

{
"name": "eslint-plugin-adi",
"version": "0.2.0",
"version": "0.2.1",
"main": "index.js",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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