Socket
Socket
Sign inDemoInstall

vis-react

Package Overview
Dependencies
23
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.4.0

26

package.json

@@ -5,8 +5,8 @@ {

{
"raw": "vis-react@^0.3.0",
"raw": "vis-react@^0.4.0",
"scope": null,
"escapedName": "vis-react",
"name": "vis-react",
"rawSpec": "^0.3.0",
"spec": ">=0.3.0 <0.3.0",
"rawSpec": "^0.4.0",
"spec": ">=0.4.0 <0.4.0",
"type": "range"

@@ -17,4 +17,4 @@ },

],
"_from": "vis-react@>=0.3.0 <0.3.0",
"_id": "vis-react@0.3.0",
"_from": "vis-react@>=0.4.0 <0.4.0",
"_id": "vis-react@0.4.0",
"_inCache": true,

@@ -25,3 +25,3 @@ "_location": "/vis-react",

"host": "s3://npm-registry-packages",
"tmp": "tmp/vis-react-0.3.0.tgz_1496238181363_0.8129479601047933"
"tmp": "tmp/vis-react-0.4.0.tgz_1496238181363_0.8129479601047933"
},

@@ -35,8 +35,8 @@ "_npmUser": {

"_requested": {
"raw": "vis-react@^0.3.0",
"raw": "vis-react@^0.4.0",
"scope": null,
"escapedName": "vis-react",
"name": "vis-react",
"rawSpec": "^0.3.0",
"spec": ">=0.3.0 <0.3.0",
"rawSpec": "^0.4.0",
"spec": ">=0.4.0 <0.4.0",
"type": "range"

@@ -47,6 +47,6 @@ },

],
"_resolved": "https://registry.npmjs.org/vis-react/-/vis-react-0.3.0.tgz",
"_resolved": "https://registry.npmjs.org/vis-react/-/vis-react-0.4.0.tgz",
"_shasum": "5c9afbdf12242ab499d8bd2fbfeeb1433c441fae",
"_shrinkwrap": null,
"_spec": "vis-react@^0.3.0",
"_spec": "vis-react@^0.4.0",
"_where": "/Users/ghost/Downloads/react-KT",

@@ -75,3 +75,3 @@ "author": {

"shasum": "5c9afbdf12242ab499d8bd2fbfeeb1433c441fae",
"tarball": "https://registry.npmjs.org/vis-react/-/vis-react-0.3.0.tgz"
"tarball": "https://registry.npmjs.org/vis-react/-/vis-react-0.4.0.tgz"
},

@@ -107,3 +107,3 @@ "gitHead": "e037c5e7e6b3c84a55d1e13e7cd64e81ebf6e3b0",

"scripts": {},
"version": "0.3.0"
"version": "0.4.0"
}

@@ -17,2 +17,23 @@ # vis-react

## Load
To use a component, include the javascript and css files of vis in your root html:
```html
<!DOCTYPE HTML>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.21.0/vis.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.21.0/vis.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
<script type="text/javascript">
// ... load a visualization
</script>
</body>
</html>
```
or load vis.js using require.js. Note that vis.css must be loaded too.
# Usage

@@ -19,0 +40,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc