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

google-protobuf

Package Overview
Dependencies
Maintainers
6
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.18.1 to 3.19.0-rc.1

2

google/protobuf/any_pb.js

@@ -16,3 +16,3 @@ // source: google/protobuf/any.proto

var goog = jspb;
var global = Function('return this')();
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);

@@ -19,0 +19,0 @@ goog.exportSymbol('proto.google.protobuf.Any', null, global);

@@ -16,3 +16,3 @@ // source: google/protobuf/api.proto

var goog = jspb;
var global = Function('return this')();
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);

@@ -19,0 +19,0 @@ var google_protobuf_source_context_pb = require('google-protobuf/google/protobuf/source_context_pb.js');

@@ -16,3 +16,3 @@ // source: google/protobuf/compiler/plugin.proto

var goog = jspb;
var global = Function('return this')();
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);

@@ -19,0 +19,0 @@ var google_protobuf_descriptor_pb = require('google-protobuf/google/protobuf/descriptor_pb.js');

@@ -16,3 +16,3 @@ // source: google/protobuf/duration.proto

var goog = jspb;
var global = Function('return this')();
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);

@@ -19,0 +19,0 @@ goog.exportSymbol('proto.google.protobuf.Duration', null, global);

@@ -16,3 +16,3 @@ // source: google/protobuf/empty.proto

var goog = jspb;
var global = Function('return this')();
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);

@@ -19,0 +19,0 @@ goog.exportSymbol('proto.google.protobuf.Empty', null, global);

@@ -16,3 +16,3 @@ // source: google/protobuf/field_mask.proto

var goog = jspb;
var global = Function('return this')();
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);

@@ -19,0 +19,0 @@ goog.exportSymbol('proto.google.protobuf.FieldMask', null, global);

@@ -16,3 +16,3 @@ // source: google/protobuf/source_context.proto

var goog = jspb;
var global = Function('return this')();
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);

@@ -19,0 +19,0 @@ goog.exportSymbol('proto.google.protobuf.SourceContext', null, global);

@@ -16,3 +16,3 @@ // source: google/protobuf/struct.proto

var goog = jspb;
var global = Function('return this')();
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);

@@ -19,0 +19,0 @@ goog.exportSymbol('proto.google.protobuf.ListValue', null, global);

@@ -16,3 +16,3 @@ // source: google/protobuf/timestamp.proto

var goog = jspb;
var global = Function('return this')();
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);

@@ -19,0 +19,0 @@ goog.exportSymbol('proto.google.protobuf.Timestamp', null, global);

@@ -16,3 +16,3 @@ // source: google/protobuf/type.proto

var goog = jspb;
var global = Function('return this')();
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);

@@ -19,0 +19,0 @@ var google_protobuf_any_pb = require('google-protobuf/google/protobuf/any_pb.js');

@@ -16,3 +16,3 @@ // source: google/protobuf/wrappers.proto

var goog = jspb;
var global = Function('return this')();
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);

@@ -19,0 +19,0 @@ goog.exportSymbol('proto.google.protobuf.BoolValue', null, global);

{
"name": "google-protobuf",
"version": "3.18.1",
"version": "3.19.0-rc.1",
"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