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.3-09e80b8 to 0.0.0-pre-alpha.3-09e904c

6

lib/build.js

@@ -15,3 +15,3 @@ // Copyright (c) Microsoft Corporation.

buildResult = await oriServiceClient.sendRequest({
type: 'build',
type: 'builder:build',
buildId,

@@ -31,3 +31,3 @@ ...buildOptions,

let rebuildResult = await oriServiceClient.sendRequest({
type: 'rebuild',
type: 'builder:rebuild',
buildId,

@@ -39,3 +39,3 @@ }, options.serviceOptions);

rebuildResult = await oriServiceClient.sendRequest({
type: 'build',
type: 'builder:build',
buildId,

@@ -42,0 +42,0 @@ ...buildOptions,

{
"name": "@oribuild/api",
"version": "0.0.0-pre-alpha.3-09e80b8",
"version": "0.0.0-pre-alpha.3-09e904c",
"type": "module",

@@ -34,11 +34,11 @@ "types": "./lib/index.d.ts",

"optionalDependencies": {
"oriservice-darwin-amd64": "0.0.0-pre-alpha.3-09e80b8",
"oriservice-darwin-arm64": "0.0.0-pre-alpha.3-09e80b8",
"oriservice-linux-amd64": "0.0.0-pre-alpha.3-09e80b8",
"oriservice-linux-arm64": "0.0.0-pre-alpha.3-09e80b8",
"oriservice-windows-amd64": "0.0.0-pre-alpha.3-09e80b8",
"oriservice-windows-arm64": "0.0.0-pre-alpha.3-09e80b8"
"oriservice-darwin-amd64": "0.0.0-pre-alpha.3-09e904c",
"oriservice-darwin-arm64": "0.0.0-pre-alpha.3-09e904c",
"oriservice-linux-amd64": "0.0.0-pre-alpha.3-09e904c",
"oriservice-linux-arm64": "0.0.0-pre-alpha.3-09e904c",
"oriservice-windows-amd64": "0.0.0-pre-alpha.3-09e904c",
"oriservice-windows-arm64": "0.0.0-pre-alpha.3-09e904c"
},
"scripts": {
"build-oriservice": "ori-scripts build-go oriservice",
"build-oriservice": "ori-scripts build-go oriservice/oriservice",
"build": "ori-scripts build",

@@ -45,0 +45,0 @@ "build-watch": "ori-scripts build-watch",

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