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

@dnd-builder/utils

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dnd-builder/utils - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

dist/index.d.ts
declare const isDefined: <T>(value: T | undefined) => value is T;
declare const isNil: (value: any) => value is null | undefined;
declare const isNil: (value: any) => value is undefined | null;
declare const isString: (value: any) => value is string;

@@ -4,0 +4,0 @@ declare const isFunction: (value: any) => value is Function;

{
"name": "@dnd-builder/utils",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",

@@ -22,3 +22,3 @@ "main": "./dist/index.js",

"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},

@@ -25,0 +25,0 @@ "author": {

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