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.6 to 0.1.7

4

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

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

"dependencies": {
"proto-props": "^0.1.0"
"proto-props": "^0.2.0"
},

@@ -27,0 +27,0 @@ "devDependencies": {

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

@@ -8,0 +8,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