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

webgl-plot

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webgl-plot - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

4

dist/webglplot.umd.js

@@ -5,3 +5,3 @@ (function (global, factory) {

(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.WebglPlotBundle = {}));
}(this, (function (exports) { 'use strict';
})(this, (function (exports) { 'use strict';

@@ -635,2 +635,2 @@ class ColorRGBA {

})));
}));
{
"name": "webgl-plot",
"version": "0.6.3",
"version": "0.6.4",
"description": "High-performance 2D plotting library based on native WebGL",
"main": "./dist/webglplot.umd.js",
"exports": "./dist/webglplot.js",
"exports": {
"require": "./dist/webglplot.umd.js",
"import": "./dist/webglplot.esm.js"
},
"module": "./dist/webglplot.esm.js",

@@ -19,9 +22,10 @@ "typings": "./dist/webglplot.d.ts",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.32.0",
"rollup": "^2.56.3",
"typedoc": "^0.21.8",
"typedoc-plugin-markdown": "^3.10.4",
"typescript": "^4.4.2"
"@skypack/package-check": "^0.2.2",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "^8.2.0",
"rollup": "^2.59.0",
"typedoc": "^0.22.8",
"typedoc-plugin-markdown": "^3.11.3",
"typescript": "^4.4.4"
},

@@ -28,0 +32,0 @@ "scripts": {

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