Socket
Socket
Sign inDemoInstall

reactement

Package Overview
Dependencies
5
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

dist/define.es5.js.LICENSE.txt

6

dist/model.d.ts
import { ComponentFactory } from 'react';
declare type ComponentFunction<P = {}> = () => ComponentResult<P>;
declare type ComponentResult<P = {}> = ComponentFactory<P, any> | ComponentAsync<P>;
declare type ComponentAsync<P = {}> = Promise<ComponentFactory<P, any>> | Promise<{
type ComponentFunction<P = {}> = () => ComponentResult<P>;
type ComponentResult<P = {}> = ComponentFactory<P, any> | ComponentAsync<P>;
type ComponentAsync<P = {}> = Promise<ComponentFactory<P, any>> | Promise<{
[index: string]: ComponentFactory<P, any>;

@@ -6,0 +6,0 @@ }>;

{
"name": "reactement",
"version": "1.1.2",
"version": "1.1.3",
"author": "James Hill <contact@jameshill.dev>",

@@ -63,5 +63,5 @@ "homepage": "https://github.com/jahilldev/component-elements/tree/main/packages/reactement#readme",

"@component-elements/shared": "1.0.0",
"@types/enzyme": "^3.10.11",
"@types/enzyme": "^3.10.12",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-adapter-react-16": "^1.15.7",
"react": "^16.14.0",

@@ -68,0 +68,0 @@ "react-dom": "^16.14.0"

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc