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

@loopback/openapi-v3-types

Package Overview
Dependencies
Maintainers
14
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/openapi-v3-types - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

dist/openapi-v3-spec-types.d.ts

8

CHANGELOG.md

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

## [1.0.6](https://github.com/strongloop/loopback-next/compare/@loopback/openapi-v3-types@1.0.5...@loopback/openapi-v3-types@1.0.6) (2019-02-08)
**Note:** Version bump only for package @loopback/openapi-v3-types
## [1.0.5](https://github.com/strongloop/loopback-next/compare/@loopback/openapi-v3-types@1.0.4...@loopback/openapi-v3-types@1.0.5) (2019-01-28)

@@ -8,0 +16,0 @@

3

dist/index.d.ts

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

export * from './src';
export * from './openapi-v3-spec-types';
export * from './type-guards';

@@ -10,5 +10,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
// DO NOT EDIT THIS FILE
// Add any additional (re)exports to src/index.ts instead.
__export(require("./src"));
__export(require("./openapi-v3-spec-types"));
__export(require("./type-guards"));
//# sourceMappingURL=index.js.map
{
"name": "@loopback/openapi-v3-types",
"version": "1.0.5",
"version": "1.0.6",
"description": "TypeScript type definitions for OpenAPI Specifications.",

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

"devDependencies": {
"@loopback/build": "^1.2.1",
"@loopback/testlab": "^1.0.5",
"@loopback/build": "^1.3.0",
"@loopback/testlab": "^1.0.6",
"@loopback/tslint-config": "^2.0.0",

@@ -24,4 +24,4 @@ "@types/node": "^10.11.2"

"pretest": "npm run build",
"test": "lb-mocha \"dist/test/**/*.js\"",
"unit": "npm run build && lb-mocha \"dist/test/unit/**/*.js\""
"test": "lb-mocha \"dist/__tests__/**/*.js\"",
"unit": "npm run build && lb-mocha \"dist/__tests__/unit/**/*.js\""
},

@@ -40,5 +40,5 @@ "author": "IBM",

"index.d.ts",
"dist/src",
"dist/index*",
"src"
"dist",
"src",
"!*/__tests__"
],

@@ -52,3 +52,3 @@ "publishConfig": {

},
"gitHead": "e5d3d2f34e7264b89ea33b38a8a5fd069cb6c33b"
"gitHead": "596a143d4a0aa1f078110aa6303ea933a40eead0"
}

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