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

intact-react

Package Overview
Dependencies
Maintainers
6
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intact-react - npm Package Compare versions

Comparing version 3.0.0-beta.19 to 3.0.0-beta.20

1

dist/index.cjs.dev.js

@@ -710,2 +710,3 @@ 'use strict';

exports.Component = Component;
exports.normalize = normalizeChildren;
Object.keys(intact).forEach(function (k) {

@@ -712,0 +713,0 @@ if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {

@@ -683,2 +683,3 @@ 'use strict';

exports.Component = Component;
exports.normalize = normalizeChildren;
Object.keys(intact).forEach(function (k) {

@@ -685,0 +686,0 @@ if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {

@@ -7,2 +7,3 @@ import { Component as IntactComponent, Props, VNodeComponentClass } from 'intact';

export * from 'intact';
export { normalizeChildren as normalize };
declare type ValidReactNode = ReactChild | null | undefined;

@@ -9,0 +10,0 @@ declare type OnEvents<E> = {

2

dist/index.esm.js

@@ -706,2 +706,2 @@ import { __assign, __extends } from 'tslib';

export { Component };
export { Component, normalizeChildren as normalize };

@@ -7,2 +7,3 @@ import { Component as IntactComponent, Props, VNodeComponentClass } from 'intact';

export * from 'intact';
export { normalizeChildren as normalize };
declare type ValidReactNode = ReactChild | null | undefined;

@@ -9,0 +10,0 @@ declare type OnEvents<E> = {

@@ -6,2 +6,3 @@ import { Component as IntactComponent, VNodeComponentClass, IntactDom, Props, ComponentClass } from 'intact';

export * from 'intact';
export { normalizeChildren as normalize };
export interface IntactComponentOptions extends ComponentOptions {

@@ -8,0 +9,0 @@ Component: typeof Component;

{
"name": "intact-react",
"version": "3.0.0-beta.19",
"version": "3.0.0-beta.20",
"description": "A compatibility layer for running intact component in React@17",

@@ -32,5 +32,5 @@ "main": "index.js",

"dependencies": {
"intact": "^3.0.0-beta.19",
"intact": "^3.0.0-beta.20",
"tslib": "^2.3.1"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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