
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
ts-partial-types
Advanced tools
PartialOnly<T, U>TypeScript's Partial<T> mapped type makes all of the type's properties optional. This variation makes only the specified keys optional.
PartialExcept<T, U>TypeScript's Partial<T> mapped type makes all of the type's properties optional. This variation makes all properties optional except those specified.
Without<T, U>TypeScript's Pick<T, K> mapped type returns a type that only includes the specified keys. This type complements it by returning a type with only those keys that are not specified.
PartialWithout<T, U>TypeScript's Pick<T, K> mapped type returns a type that only includes the specified keys. This type complements it by returning a type with only those keys that are not specified, and makes all of the remaining properties optional as in Partial<T>.
updateObjectUpdate an object's properties with values from an object with a subset of the object's properties. Returns a new object.
This is essentially a typed wrapper around the merge function from Lodash.
FAQs
Variations on the `Partial` and `Pick` types for TypeScript
We found that ts-partial-types demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.