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

4

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

@@ -35,3 +35,3 @@ "scripts": {

"gulp-istanbul": "^0.10.0",
"gulp-jscs": "^2.0.0",
"gulp-jscs": "^3.0.1",
"gulp-jshint": "^1.11.0",

@@ -38,0 +38,0 @@ "gulp-mocha": "^2.1.0"

'use strict';
var protoProps = require('proto-props');
// add missing methods to Error.prototype
// https://nodejs.org/api/errors.html#errors_class_error
protoProps.Error.push('captureStackTrace', 'stack', 'stackTraceLimit');
/**

@@ -5,0 +9,0 @@ * Return type of value of left or right

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