Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-richlab

Package Overview
Dependencies
Maintainers
5
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-richlab - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

lib/config/css-property-order-list.js

7

lib/index.js

@@ -24,6 +24,11 @@ /**

var _cssPropertyOrder = require('./rules/css-property-order');
var _cssPropertyOrder2 = _interopRequireDefault(_cssPropertyOrder);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var rules = exports.rules = {
'avoid-ios9-viewport-bug': _avoidIos9ViewportBug2.default
'avoid-ios9-viewport-bug': _avoidIos9ViewportBug2.default,
'css-property-order': _cssPropertyOrder2.default
};

2

package.json
{
"name": "eslint-plugin-richlab",
"description": "An ESLint plugin created by RichLab",
"version": "1.0.3",
"version": "1.0.4",
"author": "Hiroyuki ANAI<pirosikick@gmail.com>",

@@ -6,0 +6,0 @@ "bugs": {

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