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

oribuild-darwin-amd64

Package Overview
Dependencies
Maintainers
1
Versions
1019
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oribuild-darwin-amd64 - npm Package Compare versions

Comparing version 0.0.0-pre-alpha.10-83c881b to 0.0.0-pre-alpha.10-841d9bf

NOTICE

9

package.json
{
"name": "oribuild-darwin-amd64",
"version": "0.0.0-pre-alpha.10-83c881b",
"license": "MIT",
"version": "0.0.0-pre-alpha.10-841d9bf",
"repository": {

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

"os": [
"x64"
"darwin"
],
"cpu": [
"darwin"
"x64"
],
"bin": {
"ori": "./platform-unimplemented.js"
"ori": "./oribuild"
}
}

@@ -30,3 +30,3 @@ # ori

-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.
-trace string

@@ -185,3 +185,3 @@ Generate an event trace at the given path

# 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.

@@ -192,7 +192,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
```

@@ -241,1 +241,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