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

@ovotech/schema-registry-api

Package Overview
Dependencies
Maintainers
88
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovotech/schema-registry-api - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

22

package.json
{
"name": "@ovotech/schema-registry-api",
"description": "A simple typescript node-fetch wrapper on the confluent schema-registry api",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/index.js",

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

"devDependencies": {
"@types/jest": "^23.3.10",
"@types/node": "^10.12.12",
"@types/node-fetch": "^2.1.4",
"@types/jest": "^24.0.11",
"@types/node": "^11.11.4",
"@types/node-fetch": "^2.1.7",
"@types/uuid": "^3.4.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",
"uuid": "^3.3.2"

@@ -41,3 +41,3 @@ },

},
"gitHead": "54ecb85f75519249bcfbbb6bb4cd12ad5ac9939b"
"gitHead": "f68210eef2100a3c8e844c843e8745aa450cb62d"
}

@@ -22,4 +22,4 @@ # Schema Registry API

const subjects = await getSubjects(schemaRegistryUrl);
const newVersion = await addSubjectVersion(baseUrl, 'clients', schema);
const foundSchema = await getSchema(baseUrl, newVersion.id);
const newVersion = await addSubjectVersion(schemaRegistryUrl, 'clients', schema);
const foundSchema = await getSchema(schemaRegistryUrl, newVersion.id);
```

@@ -72,4 +72,3 @@

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.

@@ -80,10 +79,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