@loopback/openapi-spec
Advanced tools
Comparing version 4.0.0-alpha.4 to 4.0.0-alpha.5
{ | ||
"name": "@loopback/openapi-spec", | ||
"version": "4.0.0-alpha.4", | ||
"version": "4.0.0-alpha.5", | ||
"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", | ||
"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", | ||
@@ -11,0 +10,0 @@ "prepublish": "npm run build", |
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
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
8326