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

cnd

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cnd - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

9

lib/BLOOM.js

@@ -31,3 +31,7 @@ // Generated by CoffeeScript 1.9.1

this.as_buffer = function(me) {
return new Buffer(JSON.stringify(me));
var njs_zlib;
njs_zlib = require('zlib');
return njs_zlib.deflateSync(new Buffer(JSON.stringify(me)), {
level: njs_zlib.Z_BEST_COMPRESSION
});
};

@@ -37,3 +41,4 @@

var R;
R = JSON.parse(bloom_bfr.toString());
R = (require('zlib')).inflateSync(bloom_bfr);
R = JSON.parse(R.toString());
R['%self'] = (require('bloem')).ScalingBloem.destringify(R['%self']);

@@ -40,0 +45,0 @@ return R;

{
"name": "cnd",
"version": "1.0.3",
"version": "1.0.4",
"description": "a grab-bag NodeJS package mainly for functionalities that used to live in coffeenode-trm, coffeenode-bitsnpieces, and coffeenode-types",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

Sorry, the diff of this file is not supported yet

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