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.5 to 1.1.0

1

lib/rules/avoid-ios9-viewport-bug.js

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

if (!init || init.type !== 'Identifier' || init.name !== 'window' || id.type !== 'ObjectPattern') return;

@@ -32,0 +33,0 @@

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

if (!callee.property || callee.property.name !== 'css' || args.length !== 1 || args[0].type !== 'ObjectExpression' || !args[0].properties[0]) return;

@@ -29,0 +30,0 @@

6

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

@@ -23,5 +23,5 @@ "bugs": {

"babel-cli": "^6.0.12",
"babel-eslint": "^4.1.3",
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "~6.0.12",
"eslint": "^1.2.1",
"eslint": "^3.0.1",
"espower-babel": "^3.3.0",

@@ -28,0 +28,0 @@ "fixpack": "^2.2.0",

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