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

paella-webgl-plugins

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paella-webgl-plugins - npm Package Compare versions

Comparing version 1.25.0 to 1.25.1

dist/paella-webgl-plugin.js

10

package.json
{
"name": "paella-webgl-plugins",
"version": "1.25.0",
"version": "1.25.1",
"description": "A plugin to zoom videos for Paella Player",
"main": "src/index.js",
"module": "dist/paella-zoom-plugin.js",
"module": "dist/paella-webgl-plugins.js",
"scripts": {

@@ -13,3 +13,3 @@ "build": "webpack --mode production",

"type": "git",
"url": "git+https://github.com/polimediaupv/paella-zoom-plugin.git"
"url": "git+https://github.com/polimediaupv/paella-webgl-plugins.git"
},

@@ -28,5 +28,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/polimediaupv/paella-zoom-plugin/issues"
"url": "https://github.com/polimediaupv/paella-webgl-plugins/issues"
},
"homepage": "https://github.com/polimediaupv/paella-zoom-plugin#readme",
"homepage": "https://github.com/polimediaupv/paella-webgl-plugins#readme",
"devDependencies": {

@@ -33,0 +33,0 @@ "@babel/core": "^7.12.16",

@@ -86,2 +86,4 @@ import { CanvasPlugin, Canvas, createElementWithHtmlText } from 'paella-core';

}
evt.stopPropagation();
evt.preventDefault();
});

@@ -88,0 +90,0 @@

@@ -7,4 +7,4 @@ const path = require('path');

path: path.join(__dirname, "dist"),
filename: 'paella-zoom-plugin.js',
library: 'paella-zoom-plugin',
filename: 'paella-webgl-plugins.js',
library: 'paella-webgl-plugins',
libraryTarget: 'umd'

@@ -11,0 +11,0 @@ };

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