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

@quilted/react-testing

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quilted/react-testing - npm Package Compare versions

Comparing version 0.0.0-preview-20231204005812 to 0.0.0-preview-20231230060751

11

CHANGELOG.md
# @quilted/react-testing
## 0.0.0-preview-20231204005812
## 0.0.0-preview-20231230060751
### Patch Changes
- Update Preact versions
- Fix react-dom adaptor
- Updated dependencies []:
- @quilted/preact-testing@0.0.0-preview-20231204005812
## 0.6.5
### Patch Changes
- [`ebedbb8c`](https://github.com/lemonmade/quilt/commit/ebedbb8ce5a9a013084e7f5dcab243f4896b873c) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix react-dom adaptor
## 0.6.4

@@ -13,0 +16,0 @@

{
"name": "@quilted/react-testing",
"type": "module",
"version": "0.0.0-preview-20231204005812",
"version": "0.0.0-preview-20231230060751",
"repository": {

@@ -63,3 +63,3 @@ "type": "git",

"dependencies": {
"@quilted/preact-testing": "0.0.0-preview-20231204005812",
"@quilted/preact-testing": "^0.1.0",
"jest-matcher-utils": "^27.0.0"

@@ -66,0 +66,0 @@ },

@@ -40,3 +40,3 @@ import {createRoot, type Root as ReactDomRoot} from 'react-dom/client';

update(instance, create) {
return createNodeFromFiber(instance, create) as any;
return createNodeFromFiber(instance._reactInternals, create) as any;
},

@@ -43,0 +43,0 @@ });

Sorry, the diff of this file is not supported yet

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