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

google-protobuf

Package Overview
Dependencies
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-protobuf - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

1

google/protobuf/timestamp_pb.js

@@ -231,5 +231,4 @@ /**

proto.google.protobuf.Timestamp.prototype.fromDate = function(value) {
var millis = value.getTime();
this.setSeconds(Math.floor(value.getTime() / 1000));
this.setNanos(value.getMilliseconds() * 1000000);
};

2

package.json
{
"name": "google-protobuf",
"version": "3.2.0",
"version": "3.3.0",
"description": "Protocol Buffers for JavaScript",

@@ -5,0 +5,0 @@ "main": "google-protobuf.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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