New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@contentpilot/google-maps

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentpilot/google-maps - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.github/workflows/npm-publish.yml

12

package.json
{
"name": "@contentpilot/google-maps",
"version": "1.0.1",
"version": "1.0.2",
"description": "JS used to display interactive Gogle Map with authenticated API key.",

@@ -9,8 +9,5 @@ "main": "index.js",

},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/contentpilot/google-maps.git"
"url": "https://github.com/content-pilot/google-maps.git"
},

@@ -22,5 +19,4 @@ "keywords": [

],
"author": "Clayton Collie, Content Pilot",
"license": "MIT",
"homepage": "https://bitbucket.org/contentpilot/google-maps#readme"
"author": "Content Pilot",
"license": "MIT"
}

@@ -5,15 +5,15 @@ # Content Pilot Google Maps

# Install as devDependency
### Install as devDependency
`npm install @contentpilot/google-maps --save-dev`
# Require JS file in task runner
### Require JS file in task runner
`./node_modules/@contentpilot/google-maps/index.js`
# Bind to content area
### Bind to content area
`$('.google-maps').cpGoogleMaps();`
# Authentication
### Authentication

@@ -50,8 +50,8 @@ 1. Sign up for APi key at https://console.cloud.google.com

# Change Log
### Publish to NPM
= 1.0.1 =
* Abstract out the container ID so the we can attach multiple maps on a single page.
To update this repository on NPM using the GitHub action,
= 1.0.0 =
* Initial commit
1. Bump the version number in `package.json`
2. Commit with message pattern of `Release x.x.x`
3. Push to `master` branch to `origin`
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