Socket
Socket
Sign inDemoInstall

tcompare

Package Overview
Dependencies
Maintainers
0
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tcompare - npm Package Compare versions

Comparing version 7.0.1 to 8.0.0

1

dist/commonjs/format.d.ts

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

/// <reference types="node" />
import { Style, StyleType } from './styles.js';

@@ -3,0 +2,0 @@ /**

3

dist/commonjs/react-element-to-jsx-string.d.ts

@@ -1,6 +0,5 @@

/// <reference types="react" />
import type { Options as ReactElementToJSXStringOptions } from 'react-element-to-jsx-string';
export type { ReactElementToJSXStringOptions };
declare const _default: (element: import("react").ReactNode, options?: ReactElementToJSXStringOptions | undefined) => string;
declare const _default: (element: import("react").ReactNode, options?: ReactElementToJSXStringOptions) => string;
export default _default;
//# sourceMappingURL=react-element-to-jsx-string-cjs.d.cts.map

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

/// <reference types="node" />
import type { ReactNode } from 'react';

@@ -3,0 +2,0 @@ import type { Format } from './format.js';

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

/// <reference types="node" resolution-mode="require"/>
import { Style, StyleType } from './styles.js';

@@ -3,0 +2,0 @@ /**

@@ -1,6 +0,5 @@

/// <reference types="react" />
import type { Options as ReactElementToJSXStringOptions } from 'react-element-to-jsx-string';
export type { ReactElementToJSXStringOptions };
declare const _default: (element: import("react").ReactNode, options?: ReactElementToJSXStringOptions | undefined) => string;
declare const _default: (element: import("react").ReactNode, options?: ReactElementToJSXStringOptions) => string;
export default _default;
//# sourceMappingURL=react-element-to-jsx-string.d.ts.map

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

/// <reference types="node" resolution-mode="require"/>
import type { ReactNode } from 'react';

@@ -3,0 +2,0 @@ import type { Format } from './format.js';

{
"name": "tcompare",
"version": "7.0.1",
"version": "8.0.0",
"description": "A comprehensive comparison library, for use in test frameworks",

@@ -19,2 +19,3 @@ "tshy": {

"import": {
"source": "./src/index.ts",
"types": "./dist/esm/index.d.ts",

@@ -24,2 +25,3 @@ "default": "./dist/esm/index.js"

"require": {
"source": "./src/index.ts",
"types": "./dist/commonjs/index.d.ts",

@@ -60,9 +62,9 @@ "default": "./dist/commonjs/index.js"

],
"engines": {
"node": "16 >=16.17.0 || 18 >= 18.6.0 || >=20"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tapjs/tapjs.git"
},
"engines": {
"node": ">= 18.6.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

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