Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ukyou

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ukyou - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/esm/index.js

4

dist/index.d.ts

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

import { ComponentType, ComponentProps } from 'react';
import React, { ComponentType, ComponentProps } from 'react';

@@ -19,5 +19,5 @@ interface PlainObject<T = any> {

declare const connect: (Comp: ComponentType, modalMap: {
[key: string]: ComponentType<{}>;
[key: string]: React.ComponentType<{}>;
}) => (props: ComponentProps<any>) => JSX.Element;
export { connect, useModal };
{
"name": "ukyou",
"version": "0.0.1",
"main": "dist/index.js",
"version": "0.0.2",
"main": "dist/esm/index.js",
"typings": "dist/index.d.ts",

@@ -37,2 +37,5 @@ "author": "wayne",

},
"files": [
"dist"
],
"scripts": {

@@ -39,0 +42,0 @@ "build": "pnpm tsup",

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