@loopback/openapi-spec
Advanced tools
Comparing version 4.0.0-alpha.5 to 4.0.0-alpha.6
@@ -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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
9076
17