Socket
Socket
Sign inDemoInstall

is-plain-object

Package Overview
Dependencies
0
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.1.1

2

index.d.ts

@@ -1,3 +0,3 @@

declare function isPlainObject(o: any): asserts o is object;
declare function isPlainObject(o: any): boolean;
export default isPlainObject;
{
"name": "is-plain-object",
"description": "Returns true if an object was created by the `Object` constructor, or Object.create(null).",
"version": "4.1.0",
"version": "4.1.1",
"homepage": "https://github.com/jonschlinkert/is-plain-object",

@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc