Comparing version 0.1.0 to 0.3.1
{ | ||
"name": "safe-cast", | ||
"version": "0.1.0", | ||
"version": "0.3.1", | ||
"keywords": [ | ||
"typescript", | ||
"cast", | ||
"safe" | ||
], | ||
"description": "A typescript library for safely casting unknown data to a known type.", | ||
"main": "index.js", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"homepage": "https://bitbucket.org/echo_rm/safe-cast", | ||
"bugs": { | ||
"url": "https://bitbucket.org/echo_rm/safe-cast/issues" | ||
}, | ||
"author": "Robert Massaioli <robertmassaioli@gmail.com>", | ||
@@ -10,4 +20,7 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "tsc", | ||
"prepublish": "tsc", | ||
"prepack": "tsc", | ||
"test": "jest", | ||
"benchmark": "ts-node benchmark.ts" | ||
"benchmark": "ts-node src/benchmark.ts" | ||
}, | ||
@@ -14,0 +27,0 @@ "peerDependencies": { |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
17
1
1
16272
186
1