@coex/geosearch
Advanced tools
Comparing version 0.6.2 to 1.0.0-next.0
{ | ||
"name": "@coex/geosearch", | ||
"version": "0.6.2", | ||
"version": "1.0.0-next.0", | ||
"description": "Nodejs library for finding places using Mapy.cz Suggest API", | ||
"main": "./index.js", | ||
"scripts": { | ||
"start": "tsc -w", | ||
"prebuild": "rimraf dist", | ||
"build": "tsc", | ||
"postbuild": "npm-prepare-dist", | ||
"build": "tsc && tsc -p tsconfig-cjs.json", | ||
"postbuild": "npm-prepare-dist -s postinstall -s prepare && yarn fix-paths", | ||
"fix-paths": "yarn json -I -f ./dist/package.json -e \"this.module='./esm/index.js';this.main='./cjs/index.js';this.types='./cjs/index.d.ts'\"", | ||
"demo": "ts-node demo", | ||
@@ -41,4 +41,5 @@ "gpr:setup": "ts-node scripts/gpr-setup", | ||
"homepage": "https://github.com/COEXCZ/geosearch#readme", | ||
"module": "./index.js", | ||
"types": "./index.d.ts" | ||
} | ||
"module": "./esm/index.js", | ||
"main": "./cjs/index.js", | ||
"types": "./cjs/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
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
33638
44
396
1