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

node-stringify

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-stringify - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

4

node-stringify.js

@@ -14,3 +14,5 @@ var _ = require('underscore')

if (_.isString(obj)) { return "'" + obj.replace(/'/g, "\\'") + "'" }
if (_.isString(obj)) {
return "'" + obj.replace(/'/g, "\\'").replace(/\n/g, '\\n') + "'"
}

@@ -17,0 +19,0 @@ if (_.isDate(obj)) { return 'new Date(' + obj.getTime() + ')' }

{
"name": "node-stringify",
"version": "0.0.13",
"version": "0.0.14",
"author": {

@@ -5,0 +5,0 @@ "name": "Chiang Fu",

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