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

@sanity/google-maps-input

Package Overview
Dependencies
Maintainers
6
Versions
1130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/google-maps-input - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

yarn.lock

2

example/schema.js
import bundledTypes from 'part:@sanity/base/bundled-types'
import {keyBy} from 'lodash'
import keyBy from 'lodash.keyby'

@@ -4,0 +4,0 @@ const keyedTypes = keyBy(bundledTypes.types, 'name')

{
"name": "@sanity/google-maps-input",
"version": "0.0.5",
"version": "0.0.6",
"description": "Sanity plugin providing input handlers for geo-related input types using Google Maps",

@@ -23,8 +23,8 @@ "main": "lib/index.js",

"devDependencies": {
"@sanity/base": "^0.1.3",
"@sanity/base": "^0.1.5",
"@sanity/check": "0.0.2",
"@sanity/cli": "^0.1.12",
"@sanity/components": "0.0.58",
"@sanity/core": "0.0.7",
"@sanity/form-builder": "0.0.50",
"@sanity/components": "^0.0.58",
"@sanity/core": "^0.0.12",
"@sanity/form-builder": "^0.0.52",
"babel-cli": "^6.9.0",

@@ -39,2 +39,3 @@ "babel-eslint": "^6.0.4",

"eslint-plugin-react": "^6.3.0",
"lodash.keyby": "^4.6.0",
"rimraf": "^2.5.2"

@@ -41,0 +42,0 @@ },

# @sanity/google-maps-input
Sanity plugin providing input handlers for geo-related input types using Google Maps
## Example app
First write a valid Google Maps API key into ``./example/config/@sanity/google-maps-input.json``
Then ``npm start``
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