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.3.10 to 0.3.11

build/typescript/environment.d.ts

2

dom-matchers.d.ts

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

export * from "./build/ts/matchers/dom";
export * from "./build/typescript/matchers/dom";

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

export * from "./build/ts/implementations/react-dom";
export * from "./build/typescript/implementations/react-dom";

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

export * from "./build/ts/environment";
export * from "./build/typescript/environment";

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

export * from "./build/ts/index";
export * from "./build/typescript/index";

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

export * from "./build/ts/matchers/index";
export * from "./build/typescript/matchers/index";
{
"name": "@quilted/react-testing",
"version": "0.3.10",
"version": "0.3.11",
"description": "",

@@ -74,3 +74,3 @@ "publishConfig": {

},
"gitHead": "064caffdb482cc2190227bd19899f517ff97f2b4"
"gitHead": "5a13d5abdfeca9fe95d09287ee47ef2b0cea2039"
}

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

export * from "./build/ts/implementations/preact";
export * from "./build/typescript/implementations/preact";

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

export * from "./build/ts/sewing-kit";
export * from "./build/typescript/sewing-kit";
{
"extends": "../../config/typescript/tsconfig.base.json",
"extends": "../typescript/pkg.json",
"compilerOptions": {
"outDir": "build/ts",
"baseUrl": "src",
"rootDir": "src"
"rootDir": "src",
"outDir": "build/typescript"
},
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["**/tests/**/*.ts", "**/tests/**/*.tsx"],
"include": ["src"],
"exclude": ["sewing-kit.config.ts", "**/tests/**/*.ts", "**/tests/**/*.tsx"],
"references": []
}

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