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

async-nmbr

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-nmbr - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "async-nmbr",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

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

## async-nmbr
### Very useful JavaScript Number operator overloading for asynchronous math operations
### Very useful JavaScript Number operator overloading for asynchronous http math operations
#### Getting Started
1. `npm install --save async-nmbr`
1. `npm install --save-dev @babel/core @babel/cli babel-plugin-overload babel-template`

@@ -16,3 +17,3 @@ 1. Create a file called `.babelrc` in your projects root directory

You can do this by simply requiring this package and passing your `Number` object, like this:
You can do this by simply requiring this package and passing the `Number` object in every file that you want to use it in, like this:

@@ -19,0 +20,0 @@ ```javascript

@@ -22,3 +22,3 @@ const fetch = require('node-fetch');

const a = this.valueOf();
return createCallPromise('substract', a, b);
return createCallPromise('subtract', a, b);
};

@@ -25,0 +25,0 @@

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