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

blurhash-img

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

blurhash-img - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

3

dist/blurhash-img.js

@@ -80,3 +80,2 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

position: absolute;
inset: 0px;
top: 0;

@@ -100,3 +99,3 @@ right: 0;

__decorate([
query('#canvas')
query('canvas')
], BlurhashImg.prototype, "canvas", void 0);

@@ -103,0 +102,0 @@ BlurhashImg = __decorate([

{
"name": "blurhash-img",
"version": "0.2.0",
"version": "0.2.1",
"description": "A Web Component for decoding blurhash strings onto a canvas.",

@@ -5,0 +5,0 @@ "main": "dist/blurhash-img.js",

@@ -32,3 +32,2 @@ import {

position: absolute;
inset: 0px;
top: 0;

@@ -58,3 +57,3 @@ right: 0;

@query('#canvas') canvas: HTMLCanvasElement | undefined;
@query('canvas') canvas: HTMLCanvasElement | undefined;

@@ -61,0 +60,0 @@ __updateCanvasImage() {

Sorry, the diff of this file is not supported yet

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