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

javascript-stringify

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

javascript-stringify - npm Package Compare versions

Comparing version 0.0.4 to 1.0.0

8

package.json
{
"name": "javascript-stringify",
"version": "0.0.4",
"version": "1.0.0",
"description": "Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`",

@@ -16,3 +16,7 @@ "main": "javascript-stringify.js",

],
"author": "Blake Embrey <hello@blakeembrey.com> (http://blakeembrey.me/)",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"license": "MIT",

@@ -19,0 +23,0 @@ "readmeFilename": "README.md",

# JavaScript Stringify
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Gittip][gittip-image]][gittip-url]
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`.
[![Build Status](https://img.shields.io/travis/blakeembrey/javascript-stringify/master.svg)](https://travis-ci.org/blakeembrey/javascript-stringify)
[![NPM version](https://img.shields.io/npm/v/javascript-stringify.svg)](https://www.npmjs.org/package/javascript-stringify)
## Installation

@@ -98,1 +100,10 @@

MIT
[npm-image]: https://img.shields.io/npm/v/javascript-stringify.svg?style=flat
[npm-url]: https://npmjs.org/package/javascript-stringify
[travis-image]: https://img.shields.io/travis/blakeembrey/javascript-stringify.svg?style=flat
[travis-url]: https://travis-ci.org/blakeembrey/javascript-stringify
[coveralls-image]: https://img.shields.io/coveralls/blakeembrey/javascript-stringify.svg?style=flat
[coveralls-url]: https://coveralls.io/r/blakeembrey/javascript-stringify?branch=master
[gittip-image]: https://img.shields.io/gittip/blakeembrey.svg?style=flat
[gittip-url]: https://www.gittip.com/blakeembrey

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