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-e4dd7ee to 0.0.0-pre-alpha.1-e844d29

2

lib/build.js

@@ -0,1 +1,3 @@

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import WebSocket from 'ws';

@@ -2,0 +4,0 @@ import { ensureServiceStarted } from './ensureServiceStarted.js';

@@ -0,1 +1,3 @@

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/* eslint-disable @typescript-eslint/no-non-null-assertion */

@@ -2,0 +4,0 @@ import { build } from './build.js';

@@ -0,1 +1,3 @@

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { spawn } from 'child_process';

@@ -2,0 +4,0 @@ import kill from 'tree-kill';

@@ -0,1 +1,3 @@

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import path from 'path';

@@ -2,0 +4,0 @@ import resolve from 'resolve';

@@ -0,1 +1,3 @@

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { getOriServiceBinaryPath } from './getOriServiceBinaryPath.js';

@@ -2,0 +4,0 @@ describe('getOriServiceBinaryPath', () => {

@@ -0,3 +1,5 @@

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
export { build } from './build.js';
export { ensureServiceStarted, stopService } from './ensureServiceStarted.js';
//# sourceMappingURL=index.js.map

@@ -0,1 +1,3 @@

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import fs from 'fs';

@@ -2,0 +4,0 @@ const { readFile } = fs.promises;

@@ -0,1 +1,3 @@

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
///////////////////////////////////////////////////////////////

@@ -2,0 +4,0 @@ // oripack types

14

package.json
{
"name": "@oribuild/api",
"version": "0.0.0-pre-alpha.1-e4dd7ee",
"version": "0.0.0-pre-alpha.1-e844d29",
"type": "module",

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

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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