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

@workers-utils/common

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workers-utils/common - npm Package Compare versions

Comparing version 0.0.0-canary-20230323081051 to 0.0.0-canary-20230323081549

2

CHANGELOG.md
# @workers-utils/common
## 0.0.0-canary-20230323081051
## 0.0.0-canary-20230323081549

@@ -5,0 +5,0 @@ ### Patch Changes

/** Narrow a thing to the non-nullish version of the thing */
export declare function isNotNullish<T>(value: T | false | null | void | undefined): value is T;
export declare function isNotNullish<T>(value: T | false | null | undefined | void): value is T;
//# sourceMappingURL=isNotNullish.d.ts.map
{
"name": "@workers-utils/common",
"version": "0.0.0-canary-20230323081051",
"version": "0.0.0-canary-20230323081549",
"type": "module",

@@ -5,0 +5,0 @@ "module": "dist/index.js",

Sorry, the diff of this file is not supported yet

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