Socket
Socket
Sign inDemoInstall

getaddress-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getaddress-autocomplete - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

5

lib/Index.d.ts
import { Options } from "./Options";
export declare function autocomplete(id: string, api_key: string, options: Partial<Options>): void;
export declare function destroy(): void;
declare function autocomplete(id: string, api_key: string, options: Partial<Options>): void;
declare function destroy(): void;
export { autocomplete, destroy, Options };

@@ -13,3 +13,3 @@ import Autocomplete from "./Autocomplete";

InstanceCounter.instances = [];
export function autocomplete(id, api_key, options) {
function autocomplete(id, api_key, options) {
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;

@@ -67,3 +67,3 @@ if (!id) {

}
export function destroy() {
function destroy() {
for (const instance of InstanceCounter.instances) {

@@ -74,2 +74,3 @@ instance.destroy();

}
export { autocomplete, destroy, Options };
//# sourceMappingURL=Index.js.map

3

package.json
{
"name": "getaddress-autocomplete",
"version": "1.3.4",
"version": "1.3.5",
"description": "GetAddress.io - Autocomplete plug-in",

@@ -21,2 +21,3 @@ "main": "./lib/Index",

"rollup": "rollup -c",
"watch": "rollup -c --watch",
"compile": "tsc -p .",

@@ -23,0 +24,0 @@ "build": "npm-run-all cleanDist compile rollup"

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