Huge News!Announcing our $40M Series B led by Abstract Ventures.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-20231031044205 to 0.0.0-preview-20231104064716

15

CHANGELOG.md
# @quilted/react-testing
## 0.0.0-preview-20231031044205
## 0.0.0-preview-20231104064716
### Minor Changes
### Patch Changes
- Removed CommonJS support
- Fix React testing exports
The `require` export condition is no longer provided by any package. Quilt only supports ESModules, so if you need to use the CommonJS version, you will need to pre-process Quilt’s output code on your own.
- Updated dependencies []:
- @quilted/preact-testing@0.0.0-preview-20231104064716
## 0.6.1
### Patch Changes
- [`4df2d665`](https://github.com/lemonmade/quilt/commit/4df2d665ae22201afa86e7a5f214f73f5428ea4e) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix React testing exports
## 0.6.0

@@ -12,0 +19,0 @@

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

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

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

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

@@ -26,3 +26,3 @@ import type {ComponentType} from 'react';

'received',
)} value must be an @shopify/react-testing Root or Element object`,
)} value must be an @quilted/react-testing Root or Element object`,
`Received ${receivedColor(

@@ -41,3 +41,3 @@ 'null',

'received',
)} value must be an @shopify/react-testing Root or Element object`,
)} value must be an @quilted/react-testing Root or Element object`,
`Received an ${receivedColor(

@@ -56,3 +56,3 @@ 'array of Root or Element objects',

'received',
)} value must be an @shopify/react-testing Root or Element object`,
)} value must be an @quilted/react-testing Root or Element object`,
printWithType('Received', node, printReceived),

@@ -59,0 +59,0 @@ ),

{
"extends": "@quilted/typescript/project.json",
"extends": "@quilted/craft/typescript/project.json",
"compilerOptions": {

@@ -4,0 +4,0 @@ "rootDir": "source",

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