New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@switchboard-xyz/common

Package Overview
Dependencies
Maintainers
5
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@switchboard-xyz/common - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

4

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "2.1.2",
"version": "2.1.3",
"description": "common type definitions and utils for interacting with switchboard",

@@ -29,3 +29,3 @@ "files": [

"build:protos": "shx mkdir -p src/protos; pbjs --root sbv2Protos -t static-module -o src/protos/index.js ./protos/*.proto && pbts -o src/protos/index.d.ts src/protos/index.js; ",
"build:cjs:protos": "syarnhx rm -rf lib/cjs/protos; shx mkdir -p lib/cjs/protos; pbjs --root sbv2Protos -t static-module -o lib/cjs/protos/index.js ./protos/*.proto && pbts -o lib/cjs/protos/index.d.ts lib/cjs/protos/index.js",
"build:cjs:protos": "shx rm -rf lib/cjs/protos; shx mkdir -p lib/cjs/protos; pbjs --root sbv2Protos -t static-module -o lib/cjs/protos/index.js ./protos/*.proto && pbts -o lib/cjs/protos/index.d.ts lib/cjs/protos/index.js",
"build:esm:protos": "shx rm -rf lib/esm/protos; shx mkdir -p lib/esm/protos; pbjs --root sbv2Protos -t static-module --es6 -w \"es6\" -o lib/esm/protos/index.js ./protos/*.proto && pbts -o lib/esm/protos/index.d.ts lib/esm/protos/index.js && shx --silent sed -i 'protobufjs/minimal' 'protobufjs/minimal.js' lib/esm/protos/index.js && shx --silent sed -i 'import \\* as' 'import' lib/esm/protos/index.js",

@@ -32,0 +32,0 @@ "test": "echo \"Error: no test specified\" && exit 1",

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