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.6 to 0.0.7

6

dist/index.js

@@ -205,6 +205,4 @@ "use strict";

const endpointConfig = endpoints[endpointName];
customHooks[`use${capitalizeFirstLetter(endpointName)}`] = () => {
const { url, params } = endpoints[endpointName];
return useRest(url, params);
};
const { url, params } = endpoints[endpointName];
customHooks[`use${capitalizeFirstLetter(endpointName)}`] = () => useRest(url, params);
}

@@ -211,0 +209,0 @@ console.log(customHooks);

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