Socket
Socket
Sign inDemoInstall

@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 1.0.0-next.4 to 1.0.0-next.5

interface/index.ts

6

package.json
{
"name": "@coex/geosearch",
"version": "1.0.0-next.4",
"version": "1.0.0-next.5",
"description": "Nodejs library for finding places using Mapy.cz Suggest API",

@@ -11,3 +11,3 @@ "scripts": {

"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='./interfaces/index.ts'\"",
"fix-paths": "yarn json -I -f ./dist/package.json -e \"this.module='./esm/index.js';this.main='./cjs/index.js';this.types='./types/index.ts'\"",
"demo": "ts-node demo",

@@ -46,3 +46,3 @@ "gpr:setup": "ts-node scripts/gpr-setup",

"main": "./cjs/index.js",
"types": "./interfaces/index.ts"
"types": "./types/index.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