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

@omnicar/sam-zip-city

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@omnicar/sam-zip-city - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

1

dist/index.js
import { __awaiter, __generator } from "tslib";
import fetch from 'node-fetch';
var isFetchJsonLocally = false;
// const defaultFileLocation = 'https://cdn.jsdelivr.net/gh/omnicar/sam-zip-city/dist/countries/'
// JSON-files needs to be uploaded to "SAM-admin-v2/public/data/zip-codes/"

@@ -6,0 +5,0 @@ var searchDataLocations = [/*'./countries/',*/ 'https://admin.omnicar.io/data/zip-codes/'];

6

package.json
{
"name": "@omnicar/sam-zip-city",
"description": "A simple tool for looking up city names based on zipcode inputs.",
"version": "0.0.8",
"version": "0.0.9",
"main": "dist/index.js",

@@ -15,3 +15,4 @@ "typings": "dist/index.d.ts",

"node-fetch": "^2.6.11",
"tslib": "^1.9.3"
"tslib": "^1.9.3",
"@types/node-fetch": "^2.6.4"
},

@@ -22,3 +23,2 @@ "devDependencies": {

"@types/node": "^11.13.0",
"@types/node-fetch": "^2.6.4",
"jest": "^24.7.0",

@@ -25,0 +25,0 @@ "ts-jest": "^24.0.1",

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