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

@elliemae/ds-typescript-helpers

Package Overview
Dependencies
Maintainers
0
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elliemae/ds-typescript-helpers - npm Package Compare versions

Comparing version 3.48.2-rc.0 to 3.49.0-beta.1

4

dist/types/index.d.ts

@@ -160,3 +160,3 @@ /// <reference types="react" />

*/
type ReactFunctionalHOC<T = Record<string, unknown>> = (Component: React.ComponentType<JSX.IntrinsicAttributes & T>) => React.ComponentType<JSX.IntrinsicAttributes & T>;
type ReactFunctionalHOC<T = Record<string, unknown>> = (Component: React.ComponentType<React.JSX.IntrinsicAttributes & T>) => React.ComponentType<React.JSX.IntrinsicAttributes & T>;
/**

@@ -203,3 +203,3 @@ * An helper useful when you need to type an higher order component that has special requirements on the interface of the component it implements

*/
type ReactFunctionalHOCWithDifferentInterface<K = Record<string, unknown>, T = Record<string, unknown>> = (Component: React.ComponentType<JSX.IntrinsicAttributes & T>) => React.ComponentType<K>;
type ReactFunctionalHOCWithDifferentInterface<K = Record<string, unknown>, T = Record<string, unknown>> = (Component: React.ComponentType<React.JSX.IntrinsicAttributes & T>) => React.ComponentType<K>;
/**

@@ -206,0 +206,0 @@ * An helper for declaring the return type of React.useRef in a way that reflects the reality of how it can be used

{
"name": "@elliemae/ds-typescript-helpers",
"version": "3.48.2-rc.0",
"version": "3.49.0-beta.1",
"license": "MIT",

@@ -37,3 +37,3 @@ "description": "ICE MT - Dimsum - Typescript helpers",

"@elliemae/pui-cli": "9.0.0-next.50",
"@elliemae/ds-monorepo-devops": "3.48.2-rc.0"
"@elliemae/ds-monorepo-devops": "3.49.0-beta.1"
},

@@ -40,0 +40,0 @@ "publishConfig": {

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