Socket
Socket
Sign inDemoInstall

@react-google-maps/api

Package Overview
Dependencies
23
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.0.10

2

CHANGELOG.md
# Changelog
## 1.0.10 Fix cleanup in <LoadScript />
## 1.0.9 Fix hanging jest-worker child processes on setInterval

@@ -4,0 +6,0 @@

14

package.json
{
"name": "@react-google-maps/api",
"version": "1.0.9",
"version": "1.0.10",
"description": "React.js Google Maps API integration",

@@ -67,8 +67,8 @@ "license": "MIT",

"scripts": {
"start": "npm run watch",
"start": "yarn watch",
"watch": "npm-watch build:dev",
"dtslint": "dtslint types",
"test": "npx jest",
"build": "concurrently \"cross-env NODE_ENV=production npm run build:webpack\" \"cross-env NODE_ENV=production npm run build:babel\"",
"build:dev": "concurrently \"cross-env NODE_ENV=development npm run build:webpack\" \"cross-env NODE_ENV=development npm run build:babel\"",
"build": "concurrently \"cross-env NODE_ENV=production yarn build:webpack\" \"cross-env NODE_ENV=production yarn build:babel\"",
"build:dev": "concurrently \"cross-env NODE_ENV=development yarn build:webpack\" \"cross-env NODE_ENV=development yarn build:babel\"",
"build:webpack": "rimraf ./dist && webpack",

@@ -79,4 +79,4 @@ "build:babel": "rimraf ./lib && babel ./src -d ./lib",

"lint": "npx eslint ./src --fix",
"publish": "npm run build && npm publish .",
"publish:next": "npm run build && npm publish . --tag next"
"publish": "yarn build && npm publish .",
"publish:next": "yarn build && npm publish . --tag next"
},

@@ -175,3 +175,3 @@ "lint-staged": {

},
"gitHead": "3d83e3e5fcea1675794b68fff588d39b85c90451"
"gitHead": "468bde35769386546c3cd7d9d74712ac4fad7c33"
}

@@ -107,3 +107,5 @@ import React, { Component } from 'react'

script.parentNode.removeChild(script)
if (script) {
script.parentNode.removeChild(script)
}

@@ -110,0 +112,0 @@ Array.prototype.slice

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc