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

@ovotech/avro-ts

Package Overview
Dependencies
Maintainers
88
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovotech/avro-ts - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

20

package.json
{
"name": "@ovotech/avro-ts",
"description": "Convert avro schemas into typescript interfaces",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",

@@ -21,11 +21,11 @@ "source": "src/index.ts",

"@ovotech/avro-logical-types": "^1.0.0",
"@types/jest": "^23.3.10",
"@types/node": "^10.12.12",
"@types/jest": "^24.0.11",
"@types/node": "^11.11.4",
"avsc": "^5.4.7",
"jest": "^23.6.0",
"prettier": "^1.15.3",
"ts-jest": "^23.10.5",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.2"
"jest": "^24.5.0",
"prettier": "^1.16.4",
"ts-jest": "^24.0.0",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.4000"
},

@@ -35,3 +35,3 @@ "jest": {

},
"gitHead": "241ee18597bbfd0f3d7d6d45cb5b0ddbad5f6e24"
"gitHead": "f68210eef2100a3c8e844c843e8745aa450cb62d"
}

@@ -54,3 +54,3 @@ # Avro TS

To deploy a new version, push to master and then create a new release. CircleCI will automatically build and deploy a the version to the npm registry.
Deployment is preferment by lerna automatically on merge / push to master, but you'll need to bump the package version numbers yourself. Only updated packages with newer versions will be pushed to the npm registry.

@@ -61,10 +61,6 @@ ## Contributing

Want to make a change? Submit a PR, explain why it's useful, and make sure you've updated the docs (this file) and the tests (see `test/index.spec.ts`).
Want to make a change? Submit a PR, explain why it's useful, and make sure you've updated the docs (this file) and the tests (see [test folder](test)).
## Responsible Team
- OVO Energy's Boost Internal Tools (BIT)
## License
This project is licensed under Apache 2 - see the [LICENSE](LICENSE) file for details
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