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

helpertypes

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helpertypes - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [0.0.11](https://github.com/wessberg/helpertypes/compare/v0.0.10...v0.0.11) (2021-09-06)
### Bug Fixes
* add Function to ignored types in PartialDeep ([ee8d6f2](https://github.com/wessberg/helpertypes/commit/ee8d6f24f15d81d5870ff20384d42ccc0a7aff6d))
## [0.0.10](https://github.com/wessberg/helpertypes/compare/v0.0.9...v0.0.10) (2021-09-03)

@@ -2,0 +11,0 @@

2

dist/index.d.ts

@@ -336,3 +336,3 @@ /**

*/
export declare type IgnoredLookupValue = string | number | bigint | symbol | boolean | undefined | null | Date | RegExp | Set<unknown> | WeakSet<never> | Map<unknown, unknown> | WeakMap<never, unknown>;
export declare type IgnoredLookupValue = string | number | bigint | symbol | boolean | undefined | null | Date | RegExp | CallableFunction | Set<unknown> | WeakSet<never> | Map<unknown, unknown> | WeakMap<never, unknown>;
//# sourceMappingURL=index.d.ts.map
{
"name": "helpertypes",
"version": "0.0.10",
"version": "0.0.11",
"description": "A collection of TypeScript helper types",

@@ -5,0 +5,0 @@ "scripts": {

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