🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

static-type-js

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

static-type-js - npm Package Compare versions

Comparing version

to
0.3.3

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Prototype inheritance and type system for js",
"version": "0.3.2",
"version": "0.3.3",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

@@ -29,4 +29,7 @@ (function (root, factory) {

return function _superCall() {
var temp = this._super, func;
this._super = _super[name];
return fn.apply(this, arguments);
func = fn.apply(this, arguments);
this._super = temp;
return func;
};

@@ -33,0 +36,0 @@ }

Sorry, the diff of this file is not supported yet