@stoplight/path
Advanced tools
Comparing version 0.0.44-alpha.1 to 1.0.0
{ | ||
"name": "@stoplight/path", | ||
"version": "0.0.44-alpha.1", | ||
"description": "Stoplight path type and interface definitions.", | ||
"main": "lib/index.js", | ||
"version": "1.0.0", | ||
"description": "", | ||
"keywords": [], | ||
"sideEffects": false, | ||
"author": "Stoplight <dev@stoplight.io>", | ||
"homepage": "https://stoplight.io", | ||
"license": "MIT", | ||
"repository": "https://github.com/stoplightio/core/tree/master/packages/path", | ||
"scripts": { | ||
"depcheck": "depcheck", | ||
"ncu": "ncu", | ||
"prepublishOnly": "yarn build", | ||
"build": "cross-env NODE_ENV=production yarn build.module", | ||
"build.module": "tsc --outDir ./lib", | ||
"build.docs": "typedoc --out docs --target es6 --theme minimal --mode file src", | ||
"start": "cross-env NODE_ENV=development yarn build.module -w", | ||
"clean": "git clean -fdX ." | ||
"files": [ | ||
"**/*" | ||
], | ||
"author": "Stoplight <support@stoplight.io>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/stoplightio/path" | ||
}, | ||
"dependencies": { | ||
"tslib": "1.x.x" | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
"gitHead": "8c1880f92fe7ca5e24dccdc03c32387097c2b900" | ||
"peerDependencies": {}, | ||
"dependencies": {}, | ||
"main": "index.cjs.js", | ||
"module": "index.es.js", | ||
"typings": "src/index.d.ts" | ||
} |
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
No website
QualityPackage does not have a website.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
31362
0
30
0
42
0
122
1
- Removedtslib@1.x.x
- Removedtslib@1.14.1(transitive)