Socket
Socket
Sign inDemoInstall

@dxos/codec-protobuf

Package Overview
Dependencies
Maintainers
3
Versions
2980
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dxos/codec-protobuf - npm Package Compare versions

Comparing version 1.1.0-beta.0 to 1.1.0-beta.1

8

dist/codec-protobuf.js

@@ -198,3 +198,3 @@ "use strict";

if (!type) {
throw new Error("Unknown type: ".concat(typeUrl));
throw new Error(`Unknown type: ${typeUrl}`);
}

@@ -267,3 +267,3 @@

if (options.strict) {
throw new Error("Unknown type: ".concat(typeUrl));
throw new Error(`Unknown type: ${typeUrl}`);
} else {

@@ -299,3 +299,3 @@ return undefined;

if (options.strict) {
throw new Error("Unknown type: ".concat(typeUrl));
throw new Error(`Unknown type: ${typeUrl}`);
} else {

@@ -330,3 +330,3 @@ return object;

if (options.strict) {
throw new Error("Unknown type: ".concat(typeUrl));
throw new Error(`Unknown type: ${typeUrl}`);
}

@@ -333,0 +333,0 @@

{
"name": "@dxos/codec-protobuf",
"version": "1.1.0-beta.0",
"version": "v1.1.0-beta.1",
"description": "Value encoding for protobuf.",

@@ -37,3 +37,3 @@ "homepage": "https://github.com/dxos/codec-protobuf#readme",

"lodash.merge": "^4.6.2",
"protobufjs": "https://github.com/wirelineio/protobuf.js#wireline-dist",
"protobufjs": "https://github.com/protobufjs/protobuf.js",
"source-map-support": "^0.5.12"

@@ -40,0 +40,0 @@ },

Sorry, the diff of this file is not supported yet

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