Comparing version 0.4.18 to 0.4.19
try { | ||
exports.BSONPure = require('./bson'); | ||
exports.BSONNative = require('bson-ext'); | ||
exports.BSONNative = require('./bson'); | ||
} catch(err) { | ||
@@ -79,3 +79,3 @@ } | ||
try { | ||
classes['BSON'] = require('bson-ext') | ||
classes['BSON'] = require('./bson'); | ||
} catch(err) { | ||
@@ -82,0 +82,0 @@ return exports.pure(); |
{ "name" : "bson" | ||
, "description" : "A bson parser for node.js and the browser" | ||
, "keywords" : ["mongodb", "bson", "parser"] | ||
, "version" : "0.4.18" | ||
, "version" : "0.4.19" | ||
, "author" : "Christian Amor Kvalheim <christkv@gmail.com>" | ||
@@ -6,0 +6,0 @@ , "contributors" : [] |
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
425084