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

@loopback/openapi-spec

Package Overview
Dependencies
Maintainers
18
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.24 to 4.0.0-alpha.25

19

CHANGELOG.md

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

<a name="4.0.0-alpha.25"></a>
# [4.0.0-alpha.25](https://github.com/strongloop/loopback-next/compare/@loopback/openapi-spec@4.0.0-alpha.24...@loopback/openapi-spec@4.0.0-alpha.25) (2018-02-07)
### build
* drop dist6 related targets ([#945](https://github.com/strongloop/loopback-next/issues/945)) ([a2368ce](https://github.com/strongloop/loopback-next/commit/a2368ce))
### BREAKING CHANGES
* Support for Node.js version lower than 8.0 has been dropped.
Please upgrade to the latest Node.js 8.x LTS version.
Co-Authored-by: Taranveer Virk <taranveer@virk.cc>
<a name="4.0.0-alpha.24"></a>

@@ -8,0 +27,0 @@ # [4.0.0-alpha.24](https://github.com/strongloop/loopback-next/compare/@loopback/openapi-spec@4.0.0-alpha.23...@loopback/openapi-spec@4.0.0-alpha.24) (2018-02-04)

3

index.js

@@ -6,3 +6,2 @@ // Copyright IBM Corp. 2017,2018. All Rights Reserved.

const nodeMajorVersion = +process.versions.node.split('.')[0];
module.exports = nodeMajorVersion >= 7 ? require('./dist') : require('./dist6');
module.exports = require('./dist');
{
"name": "@loopback/openapi-spec",
"version": "4.0.0-alpha.24",
"version": "4.0.0-alpha.25",
"description": "TypeScript type definitions for OpenAPI Spec/Swagger documents.",

@@ -12,8 +12,5 @@ "engines": {

"scripts": {
"build": "npm run build:dist && npm run build:dist6",
"build:current": "lb-tsc",
"build:dist": "lb-tsc es2017",
"build:dist6": "lb-tsc es2015",
"build": "lb-tsc es2017",
"build:apidocs": "lb-apidocs",
"clean": "lb-clean loopback-openapi-spec*.tgz dist dist6 package api-docs",
"clean": "lb-clean loopback-openapi-spec*.tgz dist package api-docs",
"prepublishOnly": "npm run build && npm run build:apidocs",

@@ -36,3 +33,2 @@ "verify": "npm pack && tar xf loopback-openapi-spec*.tgz && tree package && npm run clean"

"dist/src",
"dist6/src",
"api-docs",

@@ -39,0 +35,0 @@ "src"

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