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.1.0 to 0.2.0

lib/no-class.js

10

CHANGELOG.md

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

<a name="0.2.0"></a>
# [0.2.0](https://github.com/giraud/eslint-plugin-adi/compare/v0.1.0...v0.2.0) (2016-12-15)
### Features
* **rule:** add the no-class rule ([ec8ee85](https://github.com/giraud/eslint-plugin-adi/commit/ec8ee85))
<a name="0.1.0"></a>

@@ -7,0 +17,0 @@ # 0.1.0 (2016-12-15)

3

index.js

@@ -5,4 +5,5 @@ 'use strict';

rules: {
'import': require('./lib/import')
'import': require('./lib/import'),
'no-class': require('./lib/no-class'),
},
};
{
"name": "eslint-plugin-adi",
"version": "0.1.0",
"version": "0.2.0",
"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