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

bridge-compile

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bridge-compile - npm Package Compare versions

Comparing version 1.0.29 to 1.0.30

2

dist/sdk-compilers/typescript/json-type-to-ts-interface.js

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

Object.entries(JSONType.object)
.map(([key, value]) => `${key}${value.optional ? '?' : ''}: ${(0, exports.JSONTypeToTSInterface)(value)}`)
.map(([key, value]) => `"${key}"${value.optional ? '?' : ''}: ${(0, exports.JSONTypeToTSInterface)(value)}`)
.join(';') +

@@ -32,0 +32,0 @@ '}');

{
"name": "bridge-compile",
"version": "1.0.29",
"version": "1.0.30",
"description": "Compile the sdk of your Bridge project with one command locally",

@@ -5,0 +5,0 @@ "author": "Bridge Team <support@bridge.codes>",

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