Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ez-api-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ez-api-wrapper - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

apiClient.js

@@ -54,3 +54,3 @@ const axios = require('axios');

// Code to make HTTP request and retrieve users from the API
const users = await axios.get(`${apiUrl}/posts`);
const users = await axios.get(`${apiUrl}/users`);

@@ -57,0 +57,0 @@ return users.data;

{
"name": "ez-api-wrapper",
"version": "1.0.1",
"version": "1.0.2",
"description": "Wrapper for an API: If there's an API you frequently use, you could create a wrapper for it that simplifies the process of making requests and handling responses. This could be for anything from weather data to social media APIs.",

@@ -5,0 +5,0 @@ "main": "index.js",

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