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

json-future

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-future - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

register.js

2

bower.json

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/Kikobeats/json-future",
"version": "1.0.3",
"version": "1.1.0",
"main": "./dist/json-future.js",

@@ -8,0 +8,0 @@ "authors": [

@@ -0,1 +1,11 @@

<a name="1.1.0"></a>
# 1.1.0 (2015-10-25)
* Added /register file ([9892186](https://github.com/kikobeats/json-future/commit/9892186))
* unnecessary function level ([2ea52e8](https://github.com/kikobeats/json-future/commit/2ea52e8))
* updated documentation ([d8fe4b4](https://github.com/kikobeats/json-future/commit/d8fe4b4))
<a name="1.0.3"></a>

@@ -5,2 +15,3 @@ ## 1.0.3 (2015-10-24)

* 1.0.3 releases ([7efa9db](https://github.com/kikobeats/json-future/commit/7efa9db))
* parse coffee globally for generate browser version ([c66c93f](https://github.com/kikobeats/json-future/commit/c66c93f))

@@ -7,0 +18,0 @@ * unified async and sync error codes ([525b461](https://github.com/kikobeats/json-future/commit/525b461))

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/Kikobeats/json-future",
"version": "1.0.3",
"version": "1.1.0",
"main": "./index.js",

@@ -8,0 +8,0 @@ "author": {

@@ -16,6 +16,8 @@ # json-future

* High level methods for manipulate JSON files.
* High level methods for manipulate JSON files (stringify, parse, load and save).
* Backward compatibility with JSON Object in Node or Browser.
* Async support (Node Callback style and Promise).
JSON Future is based into a set of cool libraries to handle JSON, but some of this libraries uses promises or callback style. This library adds an extra layer to call these libraries uniformly.
## Install

@@ -51,2 +53,8 @@

Also you can do this action using the `register` helper:
```js
require('json-future/register')
``
## API

@@ -53,0 +61,0 @@

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