New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

js-tinyapi

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-tinyapi - npm Package Compare versions

Comparing version 0.1.0-alpha.2 to 0.1.0-alpha.3

12

index.js
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
module.exports = factory(require("js-cookie"));
else if(typeof define === 'function' && define.amd)
define([], factory);
define(["js-cookie"], factory);
else if(typeof exports === 'object')
exports["js-tinyapi"] = factory();
exports["js-tinyapi"] = factory(require("js-cookie"));
else
root["js-tinyapi"] = factory();
})(window, function() {
root["js-tinyapi"] = factory(root["js-cookie"]);
})(window, function(__WEBPACK_EXTERNAL_MODULE_js_cookie__) {
return /******/ (function(modules) { // webpackBootstrap

@@ -174,3 +174,3 @@ /******/ // The module cache

eval("module.exports = require(\"js-cookie\");\n\n//# sourceURL=webpack://js-tinyapi/external_%22js-cookie%22?");
eval("module.exports = __WEBPACK_EXTERNAL_MODULE_js_cookie__;\n\n//# sourceURL=webpack://js-tinyapi/external_%22js-cookie%22?");

@@ -177,0 +177,0 @@ /***/ })

{
"name": "js-tinyapi",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "A simple and lightweight API helper.",

@@ -33,11 +33,12 @@ "repository": {

"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.1.4",
"mocha": "^3.2.0",
"peer-deps-externals-webpack-plugin": "^1.0.2",
"sinon": "^4.4.2",
"webpack": "^4.0.1",
"webpack-cli": "^2.0.9",
"webpack-node-externals": "^1.6.0"
"webpack-cli": "^2.0.9"
},
"dependencies": {
"peerDependencies": {
"js-cookie": "^2.1.4"
}
}
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