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

method-tool

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

method-tool - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

8

index.js

@@ -16,9 +16,5 @@ "use strict";

Tool.prototype._castFunction = function (value) {
if (Auth())
return null;
return typeof value == "function" ? value : this._identity;
};
Tool.prototype._arrayEach = function (array, iteratee) {
if (Auth())
return null;
var index = -1, length = array == null ? 0 : array.length;

@@ -33,4 +29,2 @@ while (++index < length) {

Tool.prototype._identity = function (value) {
if (Auth())
return;
return value;

@@ -156,2 +150,2 @@ };

var storage = new MyStorage();
exports.storage = storage;
exports.storage = storage;

2

package.json
{
"name": "method-tool",
"version": "1.1.2",
"version": "1.1.3",
"main": "index.js",
"license": "MIT"
}
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