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

noon

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noon - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

3

js/stringify.js

@@ -23,2 +23,3 @@

circular: false,
"null": false,
colors: false

@@ -119,3 +120,3 @@ };

if (o === null) {
return colors["null"]("null");
return opt["null"] && colors["null"]("null") || '';
}

@@ -122,0 +123,0 @@ if (o === void 0) {

{
"name": "noon",
"version": "0.3.4",
"version": "0.3.5",
"description": "'nother ordinary object notation",

@@ -5,0 +5,0 @@ "main": "js/main.js",

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