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

7

interface/index.ts

@@ -1,1 +0,6 @@

export * from "../types/interface/geosearch.interface";
/**
* This file is only for compatibility with older versions.
* Will be removed in the future.
*/
export * from '../types';

12

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

@@ -8,6 +8,7 @@ "scripts": {

"prebuild": "rimraf dist",
"generate-barrels": "barrelsby --delete -c barrels.json",
"build": "tsc && tsc -p tsconfig-cjs.json",
"postbuild": "npm-prepare-dist -s postinstall -s prepare && yarn fix-paths",
"barrels": "barrelsby --delete -c barrels.json",
"build": "tsc && tsc -p tsconfig-cjs.json && yarn barrels",
"postbuild": "npm-prepare-dist -s postinstall -s prepare && yarn fix-paths && yarn compat",
"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'\"",
"compat": "mkdir ./dist/interface/ && cp ./compat/index.ts ./dist/interface/index.ts",
"demo": "ts-node demo",

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

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

@@ -29,0 +29,0 @@ "repository": {

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