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-50f5ea4 to 0.0.0-pre-alpha.3-51e6f40

7

lib/types.d.ts

@@ -26,3 +26,8 @@ type ConsoleErrorType = 'alreadyRunning' | 'unknownFailure';

interface CommonOptions {
/** Documentation: https://esbuild.github.io/api/#sourcemap */
/**
* Enables sourcemaps. Note that sourcemaps do not currently work for
* sass/css modules. (https://github.com/microsoft/ori/issues/620)
* Further documentation: https://esbuild.github.io/api/#sourcemap.
*/
sourcemap?: 'none' | 'linked' | 'inline' | 'external' | 'inline-and-external';
/** Documentation: https://esbuild.github.io/api/#legal-comments */

@@ -29,0 +34,0 @@ /** Documentation: https://esbuild.github.io/api/#source-root */

16

package.json
{
"name": "@oribuild/api",
"version": "0.0.0-pre-alpha.3-50f5ea4",
"version": "0.0.0-pre-alpha.3-51e6f40",
"type": "module",

@@ -21,3 +21,3 @@ "types": "./lib/index.d.ts",

"devDependencies": {
"@jest/globals": "29.4.1",
"@jest/globals": "29.5.0",
"@oribuild/eslint-plugin-internal": "*",

@@ -35,8 +35,8 @@ "@oribuild/scripts": "*",

"optionalDependencies": {
"oriservice-darwin-amd64": "0.0.0-pre-alpha.3-50f5ea4",
"oriservice-darwin-arm64": "0.0.0-pre-alpha.3-50f5ea4",
"oriservice-linux-amd64": "0.0.0-pre-alpha.3-50f5ea4",
"oriservice-linux-arm64": "0.0.0-pre-alpha.3-50f5ea4",
"oriservice-windows-amd64": "0.0.0-pre-alpha.3-50f5ea4",
"oriservice-windows-arm64": "0.0.0-pre-alpha.3-50f5ea4"
"oriservice-darwin-amd64": "0.0.0-pre-alpha.3-51e6f40",
"oriservice-darwin-arm64": "0.0.0-pre-alpha.3-51e6f40",
"oriservice-linux-amd64": "0.0.0-pre-alpha.3-51e6f40",
"oriservice-linux-arm64": "0.0.0-pre-alpha.3-51e6f40",
"oriservice-windows-amd64": "0.0.0-pre-alpha.3-51e6f40",
"oriservice-windows-arm64": "0.0.0-pre-alpha.3-51e6f40"
},

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

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