method-tool
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -119,2 +119,3 @@ "use strict"; | ||
} | ||
exports.Auth = Auth; | ||
var AJAX = (function () { | ||
@@ -146,3 +147,4 @@ function AJAX() { | ||
var tool = new Tool(); | ||
exports.tool = tool; | ||
var storage = new MyStorage(); | ||
exports = { tool: tool, storage: storage, Auth: Auth }; | ||
exports.storage = storage; |
{ | ||
"name": "method-tool", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"main": "index.js", | ||
"license": "MIT" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3949
147