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.13 to 0.0.14

2

dist/index.js

@@ -134,2 +134,3 @@ "use strict";

const [state, dispatch] = (0, import_react.useReducer)(reducer, initState);
console.log("store state => ", state);
return {

@@ -185,3 +186,2 @@ save: (id, data, options) => dispatch({

const { save: saveToStore, get: getFromStore, clear: clearFromStore } = useStore();
console.log("getFromStore => ", getFromStore(`${options.baseUrl || ""}&${params.endpointName}`));
const trigger = async (body = {}) => {

@@ -188,0 +188,0 @@ try {

{
"name": "rest-api-kit",
"version": "0.0.13",
"version": "0.0.14",
"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