Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@coex/geosearch

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coex/geosearch - npm Package Compare versions

Comparing version 0.6.2 to 1.0.0-next.0

cjs/geosearch.d.ts

15

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc