Comparing version 1.2.2 to 2.0.0
{ | ||
"name": "geo-point", | ||
"version": "1.2.2", | ||
"version": "2.0.0", | ||
"description": "geo point", | ||
"main": "index.js", | ||
"main": "build", | ||
"types": "build", | ||
"scripts": { | ||
"test": "nyc mocha test/*.spec.js" | ||
"test": "nyc mocha -r ts-node/register src/*.spec.ts", | ||
"build": "tsc" | ||
}, | ||
@@ -29,9 +31,13 @@ "repository": { | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"mocha": "^7.1.1", | ||
"nyc": "^15.0.1" | ||
"@types/chai": "^4.3.3", | ||
"@types/mocha": "^9.1.1", | ||
"chai": "^4.3.6", | ||
"mocha": "^10.0.0", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.7.4" | ||
}, | ||
"nyc": { | ||
"extension": [ | ||
".js" | ||
".ts" | ||
], | ||
@@ -45,3 +51,3 @@ "reporter": [ | ||
"coverage", | ||
"test/**/*.spec.ts" | ||
"src/*.spec.ts" | ||
], | ||
@@ -48,0 +54,0 @@ "all": true |
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
47467
11
843
7
1