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

@leon/gradient-morph

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leon/gradient-morph - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

dist/types/custom-element.d.ts

@@ -16,3 +16,5 @@ import { PerspectiveCamera, Scene, WebGLRenderer } from 'three';

isFixedSize: boolean;
set options(options: GradientMorphOptions);
set options(options: Partial<GradientMorphOptions>);
get options(): Partial<GradientMorphOptions>;
_options: GradientMorphOptions;
setFixedSize(width: number, height: number): void;

@@ -19,0 +21,0 @@ screenshot(options?: {

@@ -19,3 +19,2 @@ import { Clock, ShaderMaterial, Vec2 } from 'three';

update(): void;
updateOptions(options: GradientMorphOptions): void;
}
{
"name": "@leon/gradient-morph",
"version": "1.1.0",
"version": "1.1.1",
"description": "A web component for beautiful real time gradient morphing using three.js and a custom shader.",

@@ -43,6 +43,6 @@ "keywords": [

"devDependencies": {
"@types/three": "^0.146.0",
"three": "^0.147.0",
"@types/three": "^0.148.0",
"three": "^0.148.0",
"typescript": "^4.9.4",
"vite": "^4.0.1"
"vite": "^4.0.4"
},

@@ -49,0 +49,0 @@ "scripts": {

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