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

season

Package Overview
Dependencies
Maintainers
4
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 5.1.5 to 5.2.0

8

lib/cson.js

@@ -94,2 +94,4 @@ (function() {

parseError = _error;
parseError.path = objectPath;
parseError.message = "" + objectPath + ": " + parseError.message;
if (typeof callback === "function") {

@@ -227,2 +229,8 @@ callback(parseError);

},
parse: function(str, reviver) {
if (CSON == null) {
CSON = require('cson-parser');
}
return CSON.parse(str, reviver);
},
getCacheHits: function() {

@@ -229,0 +237,0 @@ return stats.hits;

2

package.json
{
"name": "season",
"version": "5.1.5",
"version": "5.2.0",
"description": "CSON utilities",

@@ -5,0 +5,0 @@ "licenses": [

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