New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

oribuild-linux-amd64

Package Overview
Dependencies
Maintainers
1
Versions
1039
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oribuild-linux-amd64 - npm Package Compare versions

Comparing version 0.0.0-pre-alpha.3 to 0.0.0-pre-alpha.4

2

package.json
{
"name": "oribuild-linux-amd64",
"version": "0.0.0-pre-alpha.3",
"version": "0.0.0-pre-alpha.4",
"repository": {

@@ -5,0 +5,0 @@ "url": "https://github.com/microsoft/ori"

@@ -125,2 +125,21 @@ # ori

### Running ori from this repo
1. Set up a build.json and patches directory in your target project.
See above for the build.json fields
> TODO: document the patches directory
> TODO: make a an example of an oribuild project + config (#10)
2. Building and Running
```sh
cd oribuild
go run . -c ../path/to/build.json`
```
The first time you run this, go will fetch and build all the dependencies in oribuild/go.mod
### Catches

@@ -170,2 +189,10 @@

go tool trace traces/trace.out.*
# cutting a new release, from root dir
git commit -m "bump to 0.0.0-pre-alpha.4"
./scripts/build-everything.sh
./scripts/publish-everything.sh
git tag v0.0.0-pre-alpha.4
git push
git push --tags
```

@@ -172,0 +199,0 @@

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