Socket
Socket
Sign inDemoInstall

bson

Package Overview
Dependencies
0
Maintainers
2
Versions
161
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

.travis.yml

45

package.json

@@ -1,22 +0,23 @@

{
"name": "bson",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "git://github.com/0ctave/node-bson.git"
},
"description": "BSON library for node",
"author": "Christian Amor Kvalheim <christkv@gmail.com>",
"contributors": [
"Yuri Bogdanov <chinsay@gmail.com>"
],
"scripts": {
"install": "make all"
},
"main": "./bson.node",
"engines": {
"node": ">=0.4.0"
},
"dependencies": {},
"devDependencies": {}
}
{ "name" : "bson"
, "description" : "A bson parser for node.js and the browser"
, "keywords" : ["mongodb", "bson", "parser"]
, "version" : "0.0.4"
, "author" : "Christian Amor Kvalheim <christkv@gmail.com>"
, "contributors" : []
, "repository" : { "type" : "git"
, "url" : "git@github.com:christkv/bson.git" }
, "bugs" : { "mail" : "node-mongodb-native@googlegroups.com"
, "url" : "https://github.com/christkv/bson/issues" }
, "devDependencies": {
"nodeunit": "0.7.3"
, "gleak": "0.2.3"
}
, "config": { "native" : false }
, "main": "./lib/bson/index"
, "directories" : { "lib" : "./lib/bson" }
, "engines" : { "node" : ">=0.4.0" }
, "scripts": { "install" : "node install.js", "test" : "make test" }
, "licenses" : [ { "type" : "Apache License, Version 2.0"
, "url" : "http://www.apache.org/licenses/LICENSE-2.0" } ]
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc