Socket
Socket
Sign inDemoInstall

protobuf

Package Overview
Dependencies
1
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.8 to 0.11.0

16

package.json

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

{ "name" : "protobuf",
"version" : "0.8.8",
"description" : "Protocol Buffers for NodeJS",
{
"name": "protobuf",
"version": "0.11.0",
"description": "Protocol Buffers for NodeJS",
"author": {

@@ -8,3 +9,5 @@ "Matthias Ernst": "mernst@google.com"

"main": "./build/Release/protobuf_for_node",
"engines": { "node": ">= 0.8.0 < 0.11.0" },
"engines": {
"node": ">= 0.8.0 < 0.12"
},
"repository": {

@@ -14,5 +17,8 @@ "type": "git",

},
"scripts": {
"scripts": {
"test": "node test/unittest.js"
},
"dependencies": {
"nan": "~1.0.0"
}
}

@@ -0,4 +1,17 @@

New Maintainer Required
-----------------------
Due to the amount of changes required to make protobuf work with Node v0.11.13+, and my increasing distaste for C++ (but not plain C, of course), I have decided to step down from maintaing this project (and all my other C++ npm modules).
If someone would like to take over as maintainer of protobuf, please contact me.
Many thanks to everyone who has provided bug reports and pull requests over the last couple of years.
Protobuf
--------
This is a fork of http://code.google.com/p/protobuf-for-node/
It now works with the NodeJS 0.8.x series.
It now works with the NodeJS 0.8.x and 0.10.x series.

@@ -5,0 +18,0 @@ To install, just type:

var assert = require('assert'),
puts = require('util').puts,
puts = console.log,
read = require('fs').readFileSync,

@@ -4,0 +4,0 @@ Schema = require('../').Schema;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc