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
77
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.4 to 1.0.5

2

dist/api.js

@@ -11,3 +11,3 @@ "use strict";

};
const res = await node_fetch_1.default(req, Object.assign({}, defaultInit, init));
const res = await node_fetch_1.default(req, { ...defaultInit, ...init });
const data = await res.json();

@@ -14,0 +14,0 @@ if (!res.ok) {

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

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

"dependencies": {
"node-fetch": "^2.3.0"
"node-fetch": "^2.6.0"
},

@@ -25,13 +25,13 @@ "scripts": {

"devDependencies": {
"@types/jest": "^24.0.11",
"@types/jest": "^24.0.13",
"@types/node": "^11.11.4",
"@types/node-fetch": "^2.1.7",
"@types/node-fetch": "^2.3.5",
"@types/uuid": "^3.4.4",
"avsc": "^5.4.7",
"jest": "^24.5.0",
"prettier": "^1.16.4",
"ts-jest": "^24.0.0",
"tslint": "^5.14.0",
"avsc": "^5.4.10",
"jest": "^24.8.0",
"prettier": "^1.17.1",
"ts-jest": "^24.0.2",
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.4000",
"typescript": "^3.5.1",
"uuid": "^3.3.2"

@@ -42,3 +42,3 @@ },

},
"gitHead": "f68210eef2100a3c8e844c843e8745aa450cb62d"
"gitHead": "08920fa2c6cc9a25f01f9de4c1b2283291d93b1b"
}

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