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

onnx-proto

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onnx-proto - npm Package Compare versions

Comparing version 3.1.1 to 4.0.0

.travis.yml

6

package.json
{
"name": "onnx-proto",
"version": "3.1.1",
"version": "4.0.0",
"description": "Onnx Protobuf definition for JavaScript",

@@ -9,3 +9,3 @@ "main": "dist/onnx.js",

"scripts": {
"build": "npm install && sh run.sh",
"build": "sh run.sh",
"publish-npm": "npm publish"

@@ -24,4 +24,4 @@ },

"dependencies": {
"protobufjs": "^6.8.3"
"protobufjs": "^6.8.8"
}
}

@@ -0,7 +1,12 @@

[![Build Status](https://travis-ci.org/chaosmail/onnx-proto.svg?branch=master)](https://travis-ci.org/chaosmail/onnx-proto)
# Onnx Proto
Compiled Onnx Protobuf definition for JavaScript from [github.com/onnx/onnx](https://github.com/onnx/onnx/master/onnx/onnx.proto3).
Compiled Onnx Protobuf definition for JavaScript from [github.com/onnx/onnx/blob/master/onnx/onnx.proto3](https://github.com/onnx/onnx/blob/master/onnx/onnx.proto3).
## Changelog
* 4.0.0
* Add Travis CI/CD
* Update to latest Onnx definition
* 3.1.1

@@ -12,2 +17,9 @@ * Remove unused files

## Build
```sh
npm install
npm run build
```
## License

@@ -14,0 +26,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