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

bignumberify

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bignumberify - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "bignumberify",
"version": "0.0.1",
"version": "0.0.2",
"description": "A parser to correctly recreate BigNumber items in a JSON",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/sullof/bignumberify#readme",

@@ -24,11 +24,24 @@ # bigNumberify

Use with
In a Node app load as
```
const bigNumberify = require("bignumberify")
const obj = bigNumberify(JSON.parse(jsonStr))
const bigNumberify = require("bignumberify");
```
In a ES6 app, load as
```
import {bigNumberify} from "bignumberify";
```
Use as
```
const obj = bigNumberify(JSON.parse(jsonStr));
```
## History
**0.0.2**
- No real change. Just a better README
**0.0.1**

@@ -35,0 +48,0 @@ - First version

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