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.0 to 1.0.1

2

package.json
{
"name": "ez-api-wrapper",
"version": "1.0.0",
"version": "1.0.1",
"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",

@@ -11,3 +11,3 @@ ![Star Badge](https://img.shields.io/static/v1?label=%F0%9F%8C%9F&message=If%20Useful&style=style=flat&color=BC4E99)

```bash
npm install ez-api-wrapper-package
npm install ez-api-wrapper
```

@@ -17,3 +17,3 @@ or

```bash
yarn add ez-api-wrapper-package
yarn add ez-api-wrapper
```

@@ -26,3 +26,3 @@ ## Importing:

// Import the API client module
const { fetchData, fetchPosts, fetchUsers } = require('ez-api-wrapper-package');
const { fetchData, fetchPosts, fetchUsers } = require('ez-api-wrapper');
```

@@ -63,3 +63,3 @@

// Import the API wrapper package
const { fetchPosts } = require('ez-api-wrapper-package');
const { fetchPosts } = require('ez-api-wrapper');

@@ -66,0 +66,0 @@ // Define the API URL

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