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

cson

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cson - npm Package Versions

1
1012

1.2.3

Diff

Changelog

Source

v1.2.3 2012 September 1

  • Fixed json2cson and cson2json binaries - Thanks to Zhang Cheng for pull request #15
published 1.2.2 •

Changelog

Source

v1.2.2 2012 August 10

  • Re-added markdown files to npm distribution as they are required for the npm website
published 1.2.1 •

Changelog

Source

v1.2.1 2012 July 16

  • Fixed try surrounding a next callback
published 1.2.0 •

Changelog

Source

v1.2.0 2012 July 7

  • CSON files are now sandboxed by default, ensuring they can't do bad stuff to your global scope
  • Added opts as the middle argument for parseFile, parseFileSync, parse, and parseSync functions - You can use this to specify sandbox: false if you do not want sandboxing on CSON files
published 1.1.2 •

Changelog

Source

v1.1.2 2012 June 22

  • We no longer have require cache our configuration files
published 1.1.1 •

Changelog

Source

v1.1.1 2012 June 21

  • Fixed main file location
published 1.1.0 •

Changelog

Source

v1.1.0 2012 June 21

  • Parsing file changes - If files have js or coffee extension, will try to require them - If files have json or cson extension, will try to read them - Otherwise will throw an unknown extension error
  • Moved tests from Mocha to Joe
balupton
published 1.0.2 •

Changelog

Source

v1.0.2 2012 May 04

  • Fixed some CSON use cases and added more unit tests
balupton
published 1.0.1 •

Changelog

Source

v1.0.1 2012 May 04

balupton
published 1.0.0 •

Changelog

Source

v1.0.0 2012 April 23

  • Updated tests
  • Updated package.json for latest npm
  • Cleaned up the code
  • CoffeeScript dependency is now local
  • Added synchronous API calls to the README
  • Stringify functions now output CSON strings, instead of JSON strings - Use JSON.stringify if you want JSON strings
  • Added json2cson and cson2json bin tools

v0.2 2011 August 10

  • Added synchronous interface thanks to clyfe - closes issue #1 and #3

v0.1 2011 June 2

  • Initial commit
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