New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 Compare versions

Comparing version

to
1.2.1

5

out/lib/cson.js

@@ -32,5 +32,6 @@ // Generated by CoffeeScript 1.3.3

delete require.cache[filePath];
next(null, result);
} catch (err) {
next(err, result);
return next(err, result);
} finally {
return next(null, result);
}

@@ -37,0 +38,0 @@ } else if (/\.(json|cson)$/.test(filePath)) {

2

package.json
{
"name": "cson",
"version": "1.2.0",
"version": "1.2.1",
"description": "CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/bevry/cson",