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

@oribuild/api

Package Overview
Dependencies
Maintainers
1
Versions
466
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oribuild/api - npm Package Compare versions

Comparing version 0.0.0-pre-alpha.1-c4e1f18 to 0.0.0-pre-alpha.1-c90019f

2

lib/getOriServiceBinaryPath.js

@@ -14,3 +14,3 @@ import path from 'path';

for (const binaryPackageName of Object.keys(oriPackageDefinition.optionalDependencies)) {
const binaryPackagePath = await new Promise((complete) => resolve(`${binaryPackageName}/package.json`, (err, value) => complete(value)));
const binaryPackagePath = await new Promise((complete) => resolve(`${binaryPackageName}/package.json`, { basedir: currentPath }, (err, value) => complete(value)));
if (binaryPackagePath) {

@@ -17,0 +17,0 @@ const binaryPackage = await readJson(binaryPackagePath);

{
"name": "@oribuild/api",
"version": "0.0.0-pre-alpha.1-c4e1f18",
"version": "0.0.0-pre-alpha.1-c90019f",
"type": "module",

@@ -30,8 +30,8 @@ "types": "./lib/index.d.ts",

"optionalDependencies": {
"oriservice-darwin-amd64": "0.0.0-pre-alpha.1-c4e1f18",
"oriservice-darwin-arm64": "0.0.0-pre-alpha.1-c4e1f18",
"oriservice-linux-amd64": "0.0.0-pre-alpha.1-c4e1f18",
"oriservice-linux-arm64": "0.0.0-pre-alpha.1-c4e1f18",
"oriservice-windows-amd64": "0.0.0-pre-alpha.1-c4e1f18",
"oriservice-windows-arm64": "0.0.0-pre-alpha.1-c4e1f18"
"oriservice-darwin-amd64": "0.0.0-pre-alpha.1-c90019f",
"oriservice-darwin-arm64": "0.0.0-pre-alpha.1-c90019f",
"oriservice-linux-amd64": "0.0.0-pre-alpha.1-c90019f",
"oriservice-linux-arm64": "0.0.0-pre-alpha.1-c90019f",
"oriservice-windows-amd64": "0.0.0-pre-alpha.1-c90019f",
"oriservice-windows-arm64": "0.0.0-pre-alpha.1-c90019f"
},

@@ -38,0 +38,0 @@ "scripts": {

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