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

@mittwald/api-client

Package Overview
Dependencies
Maintainers
2
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mittwald/api-client - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

1

dist/cjs/index.d.ts

@@ -0,2 +1,3 @@

export { assertStatus } from "@mittwald/api-client-commons";
export { MittwaldAPIClient as MittwaldAPIV2Client } from "./v2.js";
export { MittwaldAPIV2 } from "./generated/v2/types.js";

4

dist/cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MittwaldAPIV2Client = void 0;
exports.MittwaldAPIV2Client = exports.assertStatus = void 0;
var api_client_commons_1 = require("@mittwald/api-client-commons");
Object.defineProperty(exports, "assertStatus", { enumerable: true, get: function () { return api_client_commons_1.assertStatus; } });
var v2_js_1 = require("./v2.js");
Object.defineProperty(exports, "MittwaldAPIV2Client", { enumerable: true, get: function () { return v2_js_1.MittwaldAPIClient; } });

@@ -0,2 +1,3 @@

export { assertStatus } from "@mittwald/api-client-commons";
export { MittwaldAPIClient as MittwaldAPIV2Client } from "./v2.js";
export { MittwaldAPIV2 } from "./generated/v2/types.js";

@@ -0,1 +1,2 @@

export { assertStatus } from "@mittwald/api-client-commons";
export { MittwaldAPIClient as MittwaldAPIV2Client } from "./v2.js";
{
"name": "@mittwald/api-client",
"version": "2.0.4",
"version": "2.0.5",
"description": "Auto-generated client for the mittwald API",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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