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.9.13 to 0.9.14

8

js/stringify.js

@@ -74,2 +74,10 @@

indstr = padRight('', opt.indent);
/*
0000000 0000000 000 0000000 00000000 0000000
000 000 000 000 000 000 000 000 000
000 000 000 000 000 000 0000000 0000000
000 000 000 000 000 000 000 000 000
0000000 0000000 0000000 0000000 000 000 0000000
*/
if (opt.colors === false || opt.colors === 0) {

@@ -76,0 +84,0 @@ noop = function(s) {

4

package.json
{
"name": "noon",
"version": "0.9.13",
"version": "0.9.14",
"description": "'nother ordinary object notation",

@@ -34,3 +34,3 @@ "main": "js/main.js",

"performance-now": "^0.2.0",
"karg": ">=0.3.1",
"karg": ">=0.3.2",
"cson": "^3.0.2",

@@ -37,0 +37,0 @@ "js-yaml": "^3.5.2",

@@ -150,4 +150,5 @@

- normally no need to escape characters
- good for storing regexp strings
- works well in config files
- works well in [command line arguments](https://github.com/monsterkodi/colorcat/blob/master/test/test.sh)
- good for storing [regexp patterns](https://github.com/monsterkodi/colorcat/blob/master/syntax/noon.noon)

@@ -154,0 +155,0 @@ ### example files

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