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

jsonminify

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonminify - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

.jsdoc3.json

25

minify.json.js

@@ -5,6 +5,29 @@ /*! JSON.minify()

*/
/**
* @name minify.json.js
* @author Kei Funagayama <kei.topaz@gmail.com
* @overview JSON.minify
*/
/**
* @namespace JSON
*/
(function(global){
'use strict';
/**
* @function
* @memberof JSON
* @param {Object} Transformed data. format) json-like
* @return {String}
*
* @example
* var json = { // hoge
* "foo": "bar",// this is cool
* "bar": [
* "baz", "bum", "zam" // this is cool
* ]
* } // hoge
*
*/
var minify = function (json) {

@@ -72,2 +95,2 @@

}
})(this);
})(this);

6

package.json
{
"name": "jsonminify",
"version": "0.2.1",
"version": "0.2.2",
"description": "JSON.minify() minifies blocks of JSON-like content into valid JSON by removing all whitespace *and* comments.",

@@ -28,3 +28,5 @@ "keywords": [

"jshint": "*",
"should": "*"
"should": "*",
"jsdoc": "git://github.com/jsdoc3/jsdoc.git",
"plato": "*"
},

@@ -31,0 +33,0 @@ "engines": {

@@ -68,2 +68,14 @@ # About

# build
```
$ make
```
# release
```
$ make release
```
# test

@@ -81,2 +93,12 @@

# Document
- [JSDoc - API Document](http://fkei.github.io/JSON.minify/docs/index.html)
- [Plato - Report](http://fkei.github.io/JSON.minify/report/index.html)
- [Mocha - Test result (HTML)](http://fkei.github.io/JSON.minify/TestDoc.html)
# Web-Site
**[Github pages - JSON.minify Home Page](http://fkei.github.io/JSON.minify/)**
# LICENSE

@@ -83,0 +105,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