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

rison-node

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rison-node - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

3

build/rison.js

@@ -202,3 +202,4 @@ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.rison = f()}})(function(){var define,module,exports;

undefined: function (x) {
throw new Error("rison can't encode the undefined value");
// ignore undefined just like JSON
return;
}

@@ -205,0 +206,0 @@ };

@@ -0,1 +1,5 @@

# 0.2.0 (2015-12-18)
- Act like JSON.stringify, ignore undefined values
# 0.1.0 (2015-12-18)

@@ -2,0 +6,0 @@

{
"name": "rison-node",
"version": "0.1.0",
"version": "0.2.0",
"author": "Nanonid (https://github.com/Nanonid)",

@@ -5,0 +5,0 @@ "description": "data serialization format optimized for compactness in URIs",

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