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

@loopback/openapi-spec

Package Overview
Dependencies
Maintainers
19
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.11 to 4.0.0-alpha.12

8

CHANGELOG.md

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

<a name="4.0.0-alpha.12"></a>
# [4.0.0-alpha.12](https://github.com/strongloop/loopback-next/compare/@loopback/openapi-spec@4.0.0-alpha.11...@loopback/openapi-spec@4.0.0-alpha.12) (2017-10-31)
**Note:** Version bump only for package @loopback/openapi-spec
<a name="4.0.0-alpha.11"></a>

@@ -8,0 +16,0 @@ # [4.0.0-alpha.11](https://github.com/strongloop/loopback-next/compare/@loopback/openapi-spec@4.0.0-alpha.10...@loopback/openapi-spec@4.0.0-alpha.11) (2017-10-25)

13

package.json
{
"name": "@loopback/openapi-spec",
"version": "4.0.0-alpha.11",
"version": "4.0.0-alpha.12",
"description": "TypeScript type definitions for OpenAPI Spec/Swagger documents.",

@@ -8,8 +8,11 @@ "engines": {

},
"devDependencies": {
"@loopback/build": "^4.0.0-alpha.2"
},
"scripts": {
"build": "npm run build:dist && npm run build:dist6",
"build:current": "node ../../bin/compile-package",
"build:dist": "node ../../bin/compile-package es2017",
"build:dist6": "node ../../bin/compile-package es2015",
"build:apidocs": "node ../../bin/generate-apidocs",
"build:current": "lb-tsc",
"build:dist": "lb-tsc es2017",
"build:dist6": "lb-tsc es2015",
"build:apidocs": "lb-apidocs",
"clean": "rm -rf loopback-openapi-spec*.tgz dist* package",

@@ -16,0 +19,0 @@ "prepublish": "npm run build && npm run build:apidocs",

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