New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@plotly/regl

Package Overview
Dependencies
Maintainers
11
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plotly/regl - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

0

browserify/transform.js

@@ -0,0 +0,0 @@ var Stream = require('stream')

@@ -0,0 +0,0 @@ # Release notes

@@ -0,0 +0,0 @@ # A developer's guide to regl

@@ -0,0 +0,0 @@ var check = require('./util/check')

@@ -0,0 +0,0 @@ var check = require('./util/check')

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ var check = require('./util/check')

@@ -0,0 +0,0 @@ var check = require('./util/check')

@@ -0,0 +0,0 @@ var check = require('./util/check')

@@ -0,0 +0,0 @@ var check = require('./util/check')

@@ -0,0 +0,0 @@ var pool = require('./util/pool')

@@ -0,0 +0,0 @@ var check = require('./util/check')

@@ -0,0 +0,0 @@ var check = require('./util/check')

@@ -0,0 +0,0 @@ var check = require('./util/check')

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@ module.exports = function createStringStore () {

@@ -0,0 +0,0 @@ var check = require('./util/check')

@@ -0,0 +0,0 @@ var GL_QUERY_RESULT_EXT = 0x8866

@@ -0,0 +0,0 @@ // Error checking and parameter validation.

@@ -0,0 +0,0 @@ /* globals performance */

@@ -0,0 +0,0 @@ var extend = require('./extend')

@@ -0,0 +0,0 @@ module.exports = function (base, opts) {

@@ -0,0 +0,0 @@ var pool = require('./pool')

@@ -0,0 +0,0 @@ var isTypedArray = require('./is-typed-array')

@@ -0,0 +0,0 @@ var isTypedArray = require('./is-typed-array')

module.exports = function (v) {
return !(v & (v - 1)) && (!!v)
}

@@ -0,0 +0,0 @@ module.exports = function (x) {

@@ -0,0 +0,0 @@ module.exports = function loop (n, f) {

@@ -0,0 +0,0 @@ var loop = require('./loop')

@@ -0,0 +0,0 @@ /* globals requestAnimationFrame, cancelAnimationFrame */

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ var pool = require('./pool')

module.exports = function (obj) {
return Object.keys(obj).map(function (key) { return obj[key] })
}

@@ -0,0 +0,0 @@ // Context and canvas creation helper functions

10

package.json
{
"name": "@plotly/regl",
"version": "2.1.1",
"version": "2.1.2",
"description": "regl is a fast functional WebGL framework.",
"main": "dist/regl.js",
"main": "dist/regl.unchecked.js",
"types": "dist/regl.d.ts",

@@ -116,3 +116,3 @@ "files": [

"type": "git",
"url": "git+https://github.com/regl-project/regl.git"
"url": "git+https://github.com/plotly/regl.git"
},

@@ -136,3 +136,3 @@ "keywords": [

"bugs": {
"url": "https://github.com/regl-project/regl/issues"
"url": "https://github.com/plotly/regl/issues"
},

@@ -146,3 +146,3 @@ "standard": {

},
"homepage": "https://regl-project.github.io/regl"
"homepage": "https://plotly.github.io/regl"
}

@@ -0,0 +0,0 @@ <div align="center">

@@ -0,0 +0,0 @@ var check = require('./lib/util/check')

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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