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 5.0.0 to 5.0.1

4

dist/isPlainObject.d.ts

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

export type PlainObject = Record<string | number | symbol, unknown>;
export type PlainObject = {
[key in string | number | symbol]: unknown;
};
/**

@@ -3,0 +5,0 @@ * Returns whether the payload is a plain JavaScript object (excluding special classes or objects

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

@@ -11,5 +11,2 @@ "type": "module",

},
"files": [
"dist"
],
"engines": {

@@ -25,6 +22,13 @@ "node": ">=18"

},
"repository": {
"type": "git",
"url": "git+https://github.com/mesqueeb/is-what.git"
"devDependencies": {
"@cycraft/eslint": "^0.3.0",
"@cycraft/tsconfig": "^0.1.2",
"del-cli": "^5.1.0",
"np": "^10.0.5",
"typedoc": "^0.25.13",
"vitest": "^1.6.0"
},
"files": [
"dist"
],
"keywords": [

@@ -51,19 +55,11 @@ "javascript",

],
"author": "Luca Ban - Mesqueeb",
"author": "Luca Ban - Mesqueeb (https://cycraft.co)",
"funding": "https://github.com/sponsors/mesqueeb",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mesqueeb/is-what.git"
},
"homepage": "https://github.com/mesqueeb/is-what#readme",
"devDependencies": {
"@cycraft/eslint": "^0.0.2",
"@cycraft/tsconfig": "^0.1.2",
"del-cli": "^5.1.0",
"np": "^10.0.5",
"typedoc": "^0.25.13",
"vitest": "^1.6.0"
},
"np": {
"branch": "production",
"publish": false,
"yarn": false
}
"bugs": "https://github.com/mesqueeb/is-what/issues"
}

@@ -294,2 +294,2 @@ # is What? 🙉

See the full source code [here](https://github.com/mesqueeb/is-what/blob/production/src/index.ts).
See the full source code [here](https://github.com/mesqueeb/is-what/blob/main/src/index.ts).
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