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

blo

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blo - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

./dist/index.cjs

8

package.json
{
"name": "blo",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",

@@ -19,10 +19,12 @@ "author": "Pierre Bertet <hi@bpier.re>",

"type": "module",
"module": "dist/index.js",
"module": "./dist/index.js",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
}
},
"types": "dist/index.d.ts",
"files": [

@@ -29,0 +31,0 @@ "dist"

@@ -30,3 +30,3 @@ <div align="center">

[^1]: The number of renders per second. It was measured on Chrome 117 Linux with an AMD Ryzen 7 PRO 4750U. [See ./benchmark](./benchmark) for the methodology.
[^1]: The number of renders per second. It was measured on Chrome 117 Linux with an AMD Ryzen 7 PRO 4750U. [See ./benchmark](https://github.com/bpierre/blo/tree/main/benchmark) for the methodology.

@@ -33,0 +33,0 @@ [^2]: The term “all” refers to libraries that are framework agnostic and that run in browsers, Bun and Node.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