Comparing version 0.4.5 to 0.4.6-rc1
@@ -32,3 +32,3 @@ { | ||
"license": "MIT", | ||
"main": "index.js", | ||
"main": "/dist/index.js", | ||
"maintainers": [ | ||
@@ -51,3 +51,3 @@ { | ||
"scripts": {}, | ||
"version": "0.4.5" | ||
"version": "0.4.6-rc1" | ||
} |
@@ -102,9 +102,9 @@ # vis-react | ||
| ---------- | -------- | -------- | --------------------- | | ||
| graph | `object` | `true` | nodes and edges | | ||
| options | `object` | `true` | options | | ||
| events | `object` | `true` | events callback | | ||
| style | `object` | `false` | custom styles | | ||
| getNetwork | `func` | `false` | returns network nodes | | ||
| getNodes | `func` | `false` | returns all nodes | | ||
| vis | `object` | `false` | returns vis instance | | ||
| graph | `object` | `true` | Nodes and Edges | | ||
| options | `object` | `true` | Options | | ||
| events | `object` | `true` | Events callback | | ||
| style | `object` | `false` | Custom styles | | ||
| getNetwork | `func` | `false` | Network nodes | | ||
| getNodes | `func` | `false` | All nodes | | ||
| vis | `object` | `false` | vis instance | | ||
@@ -122,1 +122,6 @@ <!-- ### Screenshot | ||
- [codesandbox.io](https://codesandbox.io/embed/3vvy7xqo9m) | ||
### License | ||
MIT | ||
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
71268
126
2
2