Socket
Socket
Sign inDemoInstall

@youjs/react

Package Overview
Dependencies
6
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.6.0

10

dist/render.d.ts

@@ -7,4 +7,10 @@ import { FunctionComponent } from 'react';

[key: string]: FunctionComponent<{
theme: string;
theme: {
name: string;
scheme: string;
};
}>;
}, theme: string, key?: any) => any;
}, theme: {
name: string;
scheme: string;
}, key?: any) => any;

6

package.json
{
"name": "@youjs/react",
"private": false,
"version": "1.5.0",
"version": "1.6.0",
"repository": {

@@ -30,3 +30,3 @@ "type": "git",

"devDependencies": {
"@types/jest": "^29.4.0",
"@types/jest": "^29.4.1",
"@types/react": "^18.0.28",

@@ -42,5 +42,5 @@ "@types/react-dom": "^18.0.11",

"dependencies": {
"@youjs/core": "^1.4.4",
"@youjs/core": "^1.6.1",
"prop-types": "^15.8.1"
}
}
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