javascript-stringify
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"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" |
# 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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
0
12228
5
219