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

oriservice-windows-arm64

Package Overview
Dependencies
Maintainers
1
Versions
493
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oriservice-windows-arm64 - npm Package Compare versions

Comparing version 0.0.0-pre-alpha.1-b4a758d to 0.0.0-pre-alpha.1-b4ca2c1

NOTICE

7

package.json
{
"name": "oriservice-windows-arm64",
"version": "0.0.0-pre-alpha.1-b4a758d",
"license": "MIT",
"version": "0.0.0-pre-alpha.1-b4ca2c1",
"repository": {

@@ -8,6 +9,6 @@ "url": "https://github.com/microsoft/ori"

"os": [
"arm64"
"win32"
],
"cpu": [
"win32"
"arm64"
],

@@ -14,0 +15,0 @@ "bin": {

@@ -22,11 +22,15 @@ # ori

-logLevel string
log level (error|warning|info|debug)
log level (error|warning|info|verbose|debug)
-logTs
log typescript output to stdio
-noTui
Disable the tui and print everything to stdio
-nosplit
Disable codesplitting. Allows for bundling without esm. (default true)
Disable codesplitting. Allows for bundling without esm.
-port int
Port to run the http server on (default 3000)
-snoop
log every import as it happens. To help debug why a given module is imported.
log imports to a snoop.json file, which can be analyzed to determine why a module is included in a build.
-sourcemap string
Generate sourcemaps (one of 'none', 'inline', 'external', 'linked', 'inline-and-external') (default "none")
-trace string

@@ -40,2 +44,4 @@ Generate an event trace at the given path

Print the version and exit
-write
Write to disk
```

@@ -186,3 +192,3 @@

# cutting a new release, from root dir
# first, update the version numbers in dist/oribuild/package.json,
# first, update the version numbers in js/packages/oribuild/package.json,
# and update the dependency versions to the same version number.

@@ -193,7 +199,7 @@ git commit -m "bump to 0.0.0-pre-alpha.4"

git push --tags
# this reads the version numbers from dist/oribuild/package.json
# this reads the version numbers from js/packages/oribuild/package.json
# and generates new packages.
./scripts/build-everything.sh
./scripts/build-nonmac.sh
# this publishes to npm (you'll have to npm login separately)
./scripts/publish-everything.sh
./scripts/publish-nonmac.sh
```

@@ -242,1 +248,2 @@

Any use of third-party trademarks or logos are subject to those third-party's policies.
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