Socket
Socket
Sign inDemoInstall

@ovotech/avro-logical-types

Package Overview
Dependencies
Maintainers
88
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovotech/avro-logical-types - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

22

package.json
{
"name": "@ovotech/avro-logical-types",
"description": "Some logical types for avsc",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",

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

"devDependencies": {
"@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",
"kafka-node": "^3.0.1",
"prettier": "^1.15.3",
"jest": "^24.5.0",
"kafka-node": "^4.0.2",
"prettier": "^1.16.4",
"stream-mock": "^1.2.0",
"ts-jest": "^23.10.5",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.2"
"ts-jest": "^24.0.0",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.4000"
},

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

},
"gitHead": "66dae48b0850e11d839f35115f22cdfb6ab2cad6"
"gitHead": "f68210eef2100a3c8e844c843e8745aa450cb62d"
}

@@ -24,3 +24,3 @@ # Avro Logical Types

Or with [@ovotech/avro-stream](https://github.com/ovotech/bit-kafka-tools/tree/master/packages/avro-stream)
Or with [@ovotech/avro-stream](https://github.com/ovotech/bit-node-tools/tree/master/packages/avro-stream)

@@ -54,4 +54,3 @@ ```typescript

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.
All package versions are synchronized, but it will only publish the versions of the packages that have changed.
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.

@@ -62,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/integration.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