Comparing version 1.0.3 to 1.0.4
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
175983
2009