Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1 to 4.0.0-alpha.2

index.js

25

package.json
{
"name": "@loopback/openapi-spec",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "TypeScript type definitions for OpenAPI Spec/Swagger documents.",
"main": "index",
"scripts": {
"build": "npm run build:lib && npm run build:lib6",
"build:lib": "tsc --target es2017 --outDir lib",
"build:lib6": "tsc --target es2015 --outDir lib6",
"clean": "rm *.tgz; rm -rf ./package",
"prepublish": "npm run build",
"verify": "npm run clean && npm pack && tar xvzf *.tgz && tree package"
},
"author": "IBM",

@@ -12,3 +21,15 @@ "license": "MIT",

"Typings"
]
],
"files": [
"README.md",
"index.js",
"index.d.ts",
"lib",
"lib6",
"should-as-function.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-next.git"
}
}
index.ts

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