temporal-spec
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "temporal-spec", | ||
"version": "0.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"version": "0.0.2", | ||
"title": "TypeScript types for Temporal", | ||
"author": { | ||
"name": "Adam Shaw", | ||
"email": "arshaw@users.noreply.github.com", | ||
"url": "http://arshaw.com/" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
} | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/fullcalendar/temporal.git", | ||
"directory": "packages/temporal-spec" | ||
}, | ||
"type": "module", | ||
"main": "./index.cjs", | ||
"module": "./index.mjs", | ||
"types": "./index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./index.cjs", | ||
"import": "./index.mjs" | ||
}, | ||
"./global": { | ||
"require": "./global.cjs", | ||
"import": "./global.mjs" | ||
} | ||
} | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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 tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
134184
8
2931
1
2
0
Yes