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

amplify-openapi-client

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amplify-openapi-client - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

3

lib/index.d.ts

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

declare const _default: {};
export default _default;
export * from 'openapi-client-axios';
//# sourceMappingURL=index.d.ts.map
"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]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {};
__exportStar(require("openapi-client-axios"), exports);
//# sourceMappingURL=index.js.map
{
"name": "amplify-openapi-client",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -10,4 +10,4 @@ "repository": {

},
"main": "index.js",
"types": "index.d.ts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {

@@ -20,6 +20,6 @@ "build": "tsc",

"license": "MIT",
"devDependencies": {
"dependencies": {
"openapi-client-axios": "^3.5.0"
},
"gitHead": "27da05d9481c92e854bbf664f771bf00864c4a0b"
"gitHead": "4d83eda47cab11adf1383cd96fe532f3d83242d8"
}

@@ -5,5 +5,5 @@ {

"target": "es5",
"outDir": "",
"outDir": "./lib",
"rootDir": "./src"
}
}

Sorry, the diff of this file is not supported yet

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