🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@nsea/tools

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nsea/tools - npm Package Compare versions

Comparing version
1.0.5
to
1.0.6
+1
-1
dist/resource/index.js

@@ -103,3 +103,3 @@ "use strict";

this.getHost = getHost;
['get', 'patch', 'post', 'put', 'delete', 'save', 'savePatch'].forEach(function (method) { return _this[method].bind(_this); });
['get', 'patch', 'post', 'put', 'delete', 'save', 'savePatch'].forEach(function (method) { return _this[method] = _this[method].bind(_this); });
this.extend(config);

@@ -106,0 +106,0 @@ }

@@ -101,3 +101,3 @@ var __assign = (this && this.__assign) || function () {

this.getHost = getHost;
['get', 'patch', 'post', 'put', 'delete', 'save', 'savePatch'].forEach(function (method) { return _this[method].bind(_this); });
['get', 'patch', 'post', 'put', 'delete', 'save', 'savePatch'].forEach(function (method) { return _this[method] = _this[method].bind(_this); });
this.extend(config);

@@ -104,0 +104,0 @@ }

{
"name": "@nsea/tools",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

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