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

season

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

season - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

7

package.json
{
"name": "season",
"version": "0.10.0",
"version": "0.11.0",
"description": "CSON utilities",

@@ -16,4 +16,4 @@ "licenses": [

"scripts": {
"prepublish": "grunt coffee",
"test": "jasmine-focused --captureExceptions --coffee spec/"
"prepublish": "grunt clean lint coffee",
"test": "grunt test"
},

@@ -27,2 +27,3 @@ "repository": {

},
"homepage": "http://atom.github.io/season",
"keywords": [

@@ -29,0 +30,0 @@ "cson",

@@ -58,6 +58,8 @@ # season - CSON Node module [![Build Status](https://travis-ci.org/atom/season.png)](https://travis-ci.org/atom/season)

### CSON.readFileSync(objectPath, object)
### CSON.readFileSync(objectPath)
Synchronous version of `CSON.readFile(objectPath, callback)`
Synchronous version of `CSON.readFile(objectPath, callback)`.
Returns the object read from the path or throws an error if reading fails.
### CSON.writeFile(objectPath, object, callback)

@@ -64,0 +66,0 @@

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