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 1.0.0-next.1 to 1.0.0-next.2

cjs/interfaces.js

9

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

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

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

"dependencies": {
"axios": "^0.26.0"
"axios": "^0.26.0",
"svelte-actions": "^0.2.1"
},

@@ -45,3 +46,3 @@ "repository": {

"main": "./cjs/index.js",
"types": "./esm/index.d.ts"
"types": "./interfaces/index.d.ts"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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