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

@planet/react-globe

Package Overview
Dependencies
Maintainers
10
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@planet/react-globe - npm Package Compare versions

Comparing version 2.0.0-beta.2 to 2.0.0

10

example/main.js

@@ -50,9 +50,13 @@ import Globe from '../src/index';

<p>
<a onClick={this.makeSmaller}>﹣</a>
<a onClick={this.makeSmaller} id="make-smaller">
</a>
&nbsp;resize&nbsp;
<a onClick={this.makeBigger}>﹢</a>
<a onClick={this.makeBigger} id="make-bigger">
</a>
</p>
<ul>
<li>
<a onClick={() => this.recenter([151.2, -33.9])}>
<a onClick={() => this.recenter([151.2, -33.9])} id="syndey">
Sydney, Australia

@@ -59,0 +63,0 @@ </a>

{
"name": "@planet/react-globe",
"version": "2.0.0-beta.2",
"version": "2.0.0",
"description": "A React Globe Component",

@@ -9,3 +9,5 @@ "license": "Apache-2.0",

"lint": "eslint src example",
"test": "npm run lint",
"pretest": "npm run lint",
"test": "npm run build:example #TODO: npm run test:integration",
"test:integration": "node test/integration/run.js",
"start": "webpack-dev-server --config example/webpack.config.js",

@@ -38,2 +40,3 @@ "build": "babel src --out-dir lib && eslint lib --fix",

"babili-webpack-plugin": "^0.1.2",
"detect-port": "^1.2.1",
"eslint": "^4.7.2",

@@ -43,2 +46,6 @@ "eslint-config-planet": "^15.1.0",

"html-webpack-plugin": "^2.30.1",
"node-static": "^0.7.10",
"pixelmatch": "^4.0.2",
"pngjs": "^3.3.0",
"puppeteer": "^0.11.0",
"react": "^16.0.0",

@@ -45,0 +52,0 @@ "react-dom": "^16.0.0",

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