Socket
Socket
Sign inDemoInstall

is-what

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-what - npm Package Compare versions

Comparing version 4.1.12 to 4.1.13

11

package.json
{
"name": "is-what",
"version": "4.1.12",
"version": "4.1.13",
"description": "JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.",

@@ -121,3 +121,12 @@ "type": "module",

}
},
"prettier": {
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
"semi": false,
"bracketSpacing": true,
"quoteProps": "consistent"
}
}

3

README.md

@@ -189,3 +189,3 @@ # is What? 🙉

isInstanceOf(new XMLHttpRequest(), "EventTarget")
isInstanceOf(new XMLHttpRequest(), 'EventTarget')
// returns true

@@ -259,2 +259,3 @@ isInstanceOf(globalThis, ReadableStream)

```
## Meet the family (more tiny utils with TS support)

@@ -261,0 +262,0 @@

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