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.9 to 1.0.10

5

dist/parser/find-source-file.js

@@ -17,7 +17,6 @@ "use strict";

const absolute = path_1.default.join(dir, file);
console.log(absolute);
if (fs_1.default.statSync(absolute).isDirectory()) {
const sourceFilePathInDir = await (0, exports.findSourceFilePath)(absolute);
const { sourceFilePath: sourceFilePathInDir, addedCode: addedCodeInDir } = await (0, exports.findSourceFilePath)(absolute);
if (sourceFilePathInDir)
return sourceFilePathInDir;
return { sourceFilePath: sourceFilePathInDir, addedCode: addedCodeInDir };
}

@@ -24,0 +23,0 @@ else if (absolute.substring(absolute.length - 3) === '.ts') {

2

package.json
{
"name": "bridge-compile",
"version": "1.0.9",
"version": "1.0.10",
"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