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

@virtuoso.dev/message-list

Package Overview
Dependencies
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@virtuoso.dev/message-list - npm Package Compare versions

Comparing version 1.8.0-alpha.18 to 1.8.0-alpha.19

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [1.8.0-alpha.19](https://github.com/virtuoso-dev/message-list/compare/v1.8.0-alpha.18...v1.8.0-alpha.19) (2024-06-17)
### Bug Fixes
* don't test for none ([e1a8a48](https://github.com/virtuoso-dev/message-list/commit/e1a8a486a927524eda0dccbf6249a6876c5ef3bc))
# [1.8.0-alpha.18](https://github.com/virtuoso-dev/message-list/compare/v1.8.0-alpha.17...v1.8.0-alpha.18) (2024-06-17)

@@ -2,0 +9,0 @@

4

dist/index.js

@@ -901,3 +901,3 @@ import { jsxs as Pt, jsx as y, Fragment as Gn } from "react/jsx-runtime";

I(de),
v(([o, s]) => (o === "up" || o === "none") && s)
v(([o, s]) => o === "up" && s)
);

@@ -1564,3 +1564,3 @@ e.link(

now: /* @__PURE__ */ new Date(),
packageTimestamp: 1718640676796
packageTimestamp: 1718641551061
});

@@ -1567,0 +1567,0 @@ return /* @__PURE__ */ y(Wn.Provider, { value: n, children: t });

@@ -23,3 +23,3 @@ {

},
"version": "1.8.0-alpha.18",
"version": "1.8.0-alpha.19",
"type": "module",

@@ -26,0 +26,0 @@ "module": "dist/index.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