Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

openapi-merge-cli

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-merge-cli - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

1

dist/cli.d.ts
#!/usr/bin/env node
export {};
//# sourceMappingURL=cli.d.ts.map
#!/usr/bin/env node
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const _1 = require(".");
_1.main();

2

dist/index.d.ts

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

export {};
export declare function main(): void;
//# sourceMappingURL=index.d.ts.map

@@ -61,2 +61,3 @@ "use strict";

}
exports.main = main;
main();
{
"name": "openapi-merge-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "A cli tool for the openapi-merge library.",

@@ -11,2 +11,5 @@ "keywords": [

"main": "dist/index",
"bin": {
"openapi-merge-cli": "dist/cli.js"
},
"files": [

@@ -13,0 +16,0 @@ "dist/!(__tests__)",

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