Socket
Socket
Sign inDemoInstall

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.2 to 0.0.3

8

lib/obstruct.js

@@ -8,5 +8,11 @@ var extend = require('./extend');

extend: extend,
create: create
create: create,
call: function (obj) {
return this.constructor.call.apply(obj, arguments);
},
apply: function (obj) {
return this.constructor.apply.apply(obj, arguments);
}
};
module.exports = Obstruct;

2

package.json
{
"name": "obstruct",
"version": "0.0.2",
"version": "0.0.3",
"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