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

@wendellhu/redi

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wendellhu/redi - npm Package Compare versions

Comparing version 0.12.9 to 0.12.10

4

esm/react-bindings/reactComponent.d.ts

@@ -8,3 +8,3 @@ import * as React from 'react';

*/
export declare function connectInjector<P extends JSX.IntrinsicAttributes>(Comp: React.ComponentType<P>, injector: Injector): React.ComponentType<P>;
export declare function connectDependencies<T extends JSX.IntrinsicAttributes>(Comp: React.ComponentType<T>, dependencies: Dependency[]): React.ComponentType<T>;
export declare function connectInjector<P>(Comp: React.ComponentType<P>, injector: Injector): React.ComponentType<P>;
export declare function connectDependencies<P>(Comp: React.ComponentType<P>, dependencies: Dependency[]): React.ComponentType<P>;
{
"$schema": "https://raw.githubusercontent.com/wzhudev/squirrel/master/src/schema/package.schema.json",
"name": "@wendellhu/redi",
"version": "0.12.9",
"version": "0.12.10",
"description": "A dependency library for TypeScript and JavaScript, along with a binding for React.",

@@ -6,0 +6,0 @@ "author": "Wenzhao Hu<wzhudev@outlook.com>",

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