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

eslint-plugin-no-use-extend-native

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-no-use-extend-native - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

2

package.json
{
"name": "eslint-plugin-no-use-extend-native",
"version": "0.1.7",
"version": "0.1.8",
"description": "ESLint plugin to prevent use of extended native objects",

@@ -5,0 +5,0 @@ "scripts": {

@@ -58,3 +58,3 @@ 'use strict';

methodName = node.property.name;
methodName = node.property.name || node.property.value;

@@ -61,0 +61,0 @@ if (protoProps[proto] && protoProps[proto].indexOf(methodName) < 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