Socket
Socket
Sign inDemoInstall

@pap-it/system-react

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pap-it/system-react - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

dist/src/HOC.d.ts

2

dist/src/index.d.ts

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

export * from './event';
export * from './HOC';
export * from './types';

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

export * from './event';
export * from './HOC';
export * from './types';
// * <-- This is an asshole

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

export type EventHandler = (event: Event | CustomEvent) => void;
export type EventInfo = {
name: string;
handler: EventHandler;
/// <reference types="react" />
export type ReactProps<T> = T & {
className?: string;
children?: React.ReactNode;
};
export type EventMap = Record<string, EventInfo>;
{
"name": "@pap-it/system-react",
"version": "0.0.4",
"version": "0.0.5",
"scripts": {

@@ -5,0 +5,0 @@ "test": ".scripts/test.sh",

@@ -5,4 +5,5 @@ # ReactSystem

Version: 0.0.3
Version: Version: 0.0.5
## Development

@@ -9,0 +10,0 @@

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