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 1.0.1 to 1.0.2

javascript-stringify.d.ts

7

package.json
{
"name": "javascript-stringify",
"version": "1.0.1",
"version": "1.0.2",
"description": "Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`",
"main": "javascript-stringify.js",
"typings": "javascript-stringify.d.ts",
"files": [
"javascript-stringify.js",
"javascript-stringify.d.ts"
],
"scripts": {

@@ -7,0 +12,0 @@ "test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"

8

README.md
# JavaScript Stringify
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![NPM downloads][downloads-image]][downloads-url]
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Gittip][gittip-image]][gittip-url]

@@ -103,2 +103,4 @@ Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`.

[npm-url]: https://npmjs.org/package/javascript-stringify
[downloads-image]: https://img.shields.io/npm/dm/javascript-stringify.svg?style=flat
[downloads-url]: https://npmjs.org/package/javascript-stringify
[travis-image]: https://img.shields.io/travis/blakeembrey/javascript-stringify.svg?style=flat

@@ -108,3 +110,1 @@ [travis-url]: https://travis-ci.org/blakeembrey/javascript-stringify

[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
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