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

corona-warn-app

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

corona-warn-app - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# 2.2.0 (2022-03-14)
### Features
* **absence.io:** Update UserAPI.ts with retrieveUserByOption ([#937](https://github.com/ffflorian/api-clients/tree/main/packages/corona-warn-app/issues/937)) ([72b2161](https://github.com/ffflorian/api-clients/tree/main/packages/corona-warn-app/commit/72b216144d7d579d77150c6342364a0989ef1b6f))
## 2.1.1 (2021-12-22)

@@ -8,0 +19,0 @@

6

dist/api/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

10

package.json
{
"author": "Florian Imdahl <git@ffflorian.de>",
"dependencies": {
"axios": "0.24.0"
"axios": "0.26.1"
},

@@ -9,4 +9,4 @@ "description": "A corona-warn-app API client",

"@types/node": "~16",
"typedoc": "0.22.10",
"typescript": "4.5.4"
"typedoc": "0.22.13",
"typescript": "4.6.2"
},

@@ -36,4 +36,4 @@ "engines": {

},
"version": "2.1.1",
"gitHead": "d58af9a51f3046bf012cb2af1877c602c28d6e69"
"version": "2.2.0",
"gitHead": "4f552a3933dc19d22644a55b17cf16293ccdb40a"
}

Sorry, the diff of this file is not supported yet

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