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

rest-api-kit

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-api-kit - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

dist/index.js

@@ -189,5 +189,5 @@ "use strict";

let storeIdentifier = `${options.baseUrl || ""}&${params.endpointName}`;
console.log("storeIdentifier", storeIdentifier);
if (Object(params).hasOwnProperty("preferCachevalue")) {
let cachedResult = getFromStore(storeIdentifier);
console.log(cachedResult, "cachedResult");
if (cachedResult) {

@@ -194,0 +194,0 @@ dispatch({ type: "data/success", payload: cachedResult });

{
"name": "rest-api-kit",
"version": "0.0.14",
"version": "0.0.15",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "module": "dist/index.mjs",

Sorry, the diff of this file is not supported yet

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