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

plotly.js-gl2d-dist

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plotly.js-gl2d-dist - npm Package Compare versions

Comparing version 0.0.1-security to 1.39.1

LICENSE

27

package.json
{
"name": "plotly.js-gl2d-dist",
"version": "0.0.1-security",
"description": "security holding package",
"repository": "npm/security-holder"
"version": "1.39.1",
"description": "Ready-to-use plotly.js gl2d distributed bundle.",
"license": "MIT",
"main": "plotly-gl2d.js",
"repository": {
"type": "git",
"url": "https://github.com/plotly/plotly.js.git"
},
"bugs": {
"url": "https://github.com/plotly/plotly.js/issues"
},
"author": "Plotly, Inc.",
"keywords": [
"graphing",
"plotting",
"data",
"visualization",
"plotly"
],
"files": [
"LICENSE",
"README.md",
"plotly-gl2d.js"
]
}

35

README.md

@@ -1,9 +0,30 @@

# Security holding package
# plotly.js-gl2d-dist
This package name is not currently in use, but was formerly occupied
by another package. To avoid malicious use, npm is hanging on to the
package name, but loosely, and we'll probably give it to you if you
want it.
Ready-to-use plotly.js gl2d distributed bundle.
You may adopt this package by contacting support@npmjs.com and
requesting the name.
Contains trace modules `scatter`, `scattergl`, `splom`, `pointcloud`, `heatmapgl`, `contourgl` and `parcoords`.
For more info on plotly.js, go to https://github.com/plotly/plotly.js
## Installation
```
npm install plotly.js-gl2d-dist
```
## Usage
```js
// ES6 module
import Plotly from 'plotly.js-gl2d-dist';
// CommonJS
var Plotly = require('plotly.js-gl2d-dist');
```
## Copyright and license
Code and documentation copyright 2018 Plotly, Inc.
Code released under the [MIT license](https://github.com/plotly/plotly.js/blob/master/LICENSE).
Docs released under the [Creative Commons license](https://github.com/plotly/documentation/blob/source/LICENSE).
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