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

react-cartographer

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cartographer - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

10

package.json
{
"name": "react-cartographer",
"version": "0.4.1",
"version": "0.4.2",
"description": "Generic React component for displaying static maps using Yahoo, Google or Bing as a map provider.",

@@ -22,5 +22,7 @@ "author": "Edmond Chow <echow23@yahoo-inc.com>",

"dependencies": {
"lodash": "^4.0.0",
"react": "^0.14"
"lodash": "^4.0.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
},
"devDependencies": {

@@ -47,3 +49,3 @@ "babel": "^5.8.19",

"nodemon": "^1.2.1",
"react": "<=0.14.x",
"react": "^15.0.0",
"webpack": "^1.4.12",

@@ -50,0 +52,0 @@ "webpack-dev-server": "^1.6.5"

1

webpack.config.js

@@ -9,3 +9,2 @@ /**

module.exports = {
devtool: 'source-map',
entry: './index.jsx',

@@ -12,0 +11,0 @@ output: {

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