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

@mux/blurhash

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mux/blurhash - npm Package Compare versions

Comparing version 0.1.2-canary.0-04f2548 to 0.1.2-canary.0-167b089

examples/nextjs/pages/lazy.jsx

1

examples/nextjs/package.json

@@ -14,2 +14,3 @@ {

"@mux/blurhash": "file:../../",
"@mux/mux-player": "^2.2.0",
"@mux/mux-player-react": ">=1.1.0",

@@ -16,0 +17,0 @@ "next": "12.2.5",

@@ -12,2 +12,7 @@ import Link from 'next/link';

</li>
<li>
<Link href="/lazy">
<a>Lazy Loading</a>
</Link>
</li>
</ul>

@@ -14,0 +19,0 @@ </>

2

examples/sveltekit/package.json

@@ -16,3 +16,3 @@ {

"@mux/blurhash": "file:../../",
"@mux/mux-player": ">=1.1.0",
"@mux/mux-player": "^2.2.0",
"@sveltejs/adapter-auto": "next",

@@ -19,0 +19,0 @@ "@sveltejs/kit": "next",

{
"name": "@mux/blurhash",
"version": "0.1.2-canary.0-04f2548",
"version": "0.1.2-canary.0-167b089",
"type": "module",

@@ -34,4 +34,4 @@ "main": "dist/index.js",

"blurhash": "^1.1.5",
"sharp": "^0.30.7"
"sharp": "^0.32.6"
}
}

@@ -5,2 +5,7 @@ # @mux/blurhash

> [!NOTE]
> Since we wrote this library, we've learned a _lot_ about blurry image placeholders on the web. While we would still encourage the use of [facade placeholders](https://developer.chrome.com/docs/lighthouse/performance/third-party-facades/) and lazy-loading, using blurhash in the way this library promotes may not be the most efficient technique.
>
> Check out the new [@mux/blurup](https://github.com/muxinc/blurup) library and [Wes's blog post](https://www.mux.com/blog/blurry-image-placeholders-on-the-web) for the latest on this topic.
## Installation

@@ -7,0 +12,0 @@

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