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

@thi.ng/checks

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/checks - npm Package Compare versions

Comparing version 2.9.5 to 2.9.6

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [2.9.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.9.5...@thi.ng/checks@2.9.6) (2021-04-03)
**Note:** Version bump only for package @thi.ng/checks
## [2.9.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.9.4...@thi.ng/checks@2.9.5) (2021-03-12)

@@ -8,0 +16,0 @@

2

implements-function.d.ts

@@ -1,2 +0,2 @@

export declare const implementsFunction: (x: any, fn: string | symbol) => boolean;
export declare const implementsFunction: <T = any, K extends keyof T = any>(x: any, fn: K) => x is Pick<T, K>;
//# sourceMappingURL=implements-function.d.ts.map
{
"name": "@thi.ng/checks",
"version": "2.9.5",
"version": "2.9.6",
"description": "Collection of 50+ type, feature & value checks",

@@ -74,3 +74,3 @@ "module": "./index.js",

"sideEffects": false,
"gitHead": "24c8afbd4450f14973ec4c5481ca24722bb2e2f0"
"gitHead": "452a679a1c40e0708ac9007b25a45e209af78e59"
}
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