Socket
Socket
Sign inDemoInstall

lygia

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lygia - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

color/daltonize.glsl

1

color/index.js

@@ -12,2 +12,3 @@ import blend from './blend.glsl'

import luma from './luma.glsl'
import daltonize from './daltonize.glsl'
import palette from './palette.glsl'

@@ -14,0 +15,0 @@ import space from './space.glsl'

@@ -14,2 +14,4 @@ import YCbCr2rgb from './YCbCr2rgb.glsl'

import yiq2rgb from './yiq2rgb.glsl'
import lms2rgb from './.lms2rgb.glsl'
import rgb2lms from './.rgb2lms.glsl'

@@ -30,2 +32,4 @@ export default {

yiq2rgb,
rgb2lms,
lms2rgb,
}

2

package.json
{
"name": "lygia",
"version": "0.0.7",
"version": "0.0.8",
"description": "lygia, it's a granular and multi-language shader library designed for performance and flexibility",

@@ -5,0 +5,0 @@ "main": "dist/umd/lygia.main.js",

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