New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.9 to 1.2.0

6

index.js

@@ -77,4 +77,2 @@ /******/ (function(modules) { // webpackBootstrap

// "use strict";
// Object.defineProperty(exports, "__esModule", { value: true });
var Tool = function () {

@@ -239,3 +237,2 @@ function Tool() {

}
exports.Auth = Auth;

@@ -281,7 +278,6 @@ var AJAX = function () {

var tool = new Tool();
exports.tool = tool;
var storage = new MyStorage();
exports.storage = storage;
module.exports = { tool: tool, storage: storage, Auth: Auth };
/***/ })
/******/ ]);

2

package.json
{
"name": "method-tool",
"version": "1.1.9",
"version": "1.2.0",
"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