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

obstruct

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

obstruct - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

lib/obstruct.js

@@ -10,6 +10,6 @@ var extend = require('./extend');

call: function (obj) {
return this.constructor.call.apply(obj, arguments);
return this.constructor.call.apply(this.constructor, arguments);
},
apply: function (obj) {
return this.constructor.apply.apply(obj, arguments);
return this.constructor.apply.apply(this.constructor, arguments);
}

@@ -16,0 +16,0 @@ };

{
"name": "obstruct",
"version": "0.0.3",
"version": "0.0.4",
"description": "Object > Constructor",

@@ -5,0 +5,0 @@ "main": "index.js",

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