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

inferred-types

Package Overview
Dependencies
Maintainers
1
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inferred-types - npm Package Compare versions

Comparing version 0.24.0 to 0.24.1

2

package.json
{
"name": "inferred-types",
"version": "0.24.0",
"version": "0.24.1",
"description": "Functions which provide useful type inference on TS projects",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -97,3 +97,3 @@ import { Alpha } from "../alphabetic/alpha-characters";

*/
export type OptionalProps<T extends object> = Pick<T, RequiredKeys<T>>;
export type OptionalProps<T extends object> = Pick<T, OptionalKeys<T>>;

@@ -100,0 +100,0 @@ /**

Sorry, the diff of this file is too big to display

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