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

ts-toolbelt

Package Overview
Dependencies
Maintainers
1
Versions
916
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-toolbelt - npm Package Compare versions

Comparing version 9.3.12-test.1613430915381 to 9.3.12-test.1613688804167

2

package.json
{
"name": "ts-toolbelt",
"version": "9.3.12-test.1613430915381",
"version": "9.3.12-test.1613688804167",
"description": "TypeScript's largest utility library",

@@ -5,0 +5,0 @@ "keywords": [

@@ -128,3 +128,3 @@ <p align="center">

// Make a field of an `object` optional
type optional = Object.Optional<{id: number, name: string}, "name"}>
type optional = Object.Optional<{id: number, name: string}, "name">
// {id: number, name?: string}

@@ -131,0 +131,0 @@ ```

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