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

fenextjs-interface

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fenextjs-interface - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

38

cjs/AddressGoogle/index.d.ts

@@ -1,37 +0,5 @@

export interface AddressGoogle {
formatted_address: string;
geometry: {
location: {
lat: number;
lng: number;
};
viewport: {
northeast: {
lat: number;
lng: number;
};
southwest: {
lat: number;
lng: number;
};
};
};
icon: string;
icon_background_color: string;
icon_mask_base_uri: string;
name: string;
photos: {
height: number;
html_attributions: Array<string>;
photo_reference: string;
width: number;
}[];
place_id: string;
reference: string;
types: string[];
/// <reference types="google.maps" />
export interface AddressGoogle extends google.maps.places.PlaceResult {
}
export interface ResultRequestAddressGoogle {
html_attributions: Array<any>;
results: AddressGoogle[];
status: string;
export interface AutocompleteGoogle extends google.maps.places.Autocomplete {
}

28

package.json
{
"name": "fenextjs-interface",
"version": "1.0.20",
"version": "1.0.21",
"description": "",

@@ -10,3 +10,3 @@ "main": "./dist/cjs/index.js",

"build": "npm run build:esm && npm run build:cjs",
"build:esm": "tsc",
"build:esm": "echo 'esm'",
"build:cjs": "tsc --module commonjs --outDir cjs",

@@ -36,19 +36,19 @@ "lint": "npx eslint src",

"dependencies": {
"@react-google-maps/api": "^2.19.0"
},
"files": [
"cjs",
"esm"
"cjs",
"esm"
],
"devDependencies": {
"@types/node": "18.7.5",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "8.24.0",
"prettier": "^2.7.1"
"@types/node": "18.7.5",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "8.24.0",
"prettier": "^2.7.1",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4"
}
}
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