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

@loopback/openapi-spec

Package Overview
Dependencies
Maintainers
20
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/openapi-spec - npm Package Compare versions

Comparing version 4.0.0-alpha.5 to 4.0.0-alpha.6

lib/index.js.map

2

lib/index.d.ts

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

export * from './OpenApiSpec-v2';
export * from './openapi-spec-v2';

@@ -7,1 +7,2 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=index.js.map

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

export * from './OpenApiSpec-v2';
export * from './openapi-spec-v2';

@@ -7,1 +7,2 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=index.js.map
{
"name": "@loopback/openapi-spec",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"description": "TypeScript type definitions for OpenAPI Spec/Swagger documents.",
"scripts": {
"build": "npm run build:lib && npm run build:lib6",
"build:lib": "tsc -p tsconfig.build.json --target es2017 --outDir lib",
"build:lib6": "tsc -p tsconfig.build.json --target es2015 --outDir lib6",
"clean": "rm -f loopback-openapi-spec*.tgz && rm -rf lib* && rm -rf package",
"build:lib": "node ../../bin/compile-package es2017",
"build:lib6": "node ../../bin/compile-package es2015",
"clean": "rm -rf loopback-openapi-spec*.tgz lib* package",
"prepublish": "npm run build",

@@ -11,0 +11,0 @@ "verify": "npm pack && tar xf loopback-openapi-spec*.tgz && tree package && npm run clean"

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