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

@pacote/is-plain-object

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pacote/is-plain-object - npm Package Compare versions

Comparing version 1.2.1 to 2.0.0

lib/cjs/index.js.map

11

CHANGELOG.md

@@ -6,10 +6,17 @@ # Change Log

## [1.2.1](https://github.com/PacoteJS/pacote/compare/@pacote/is-plain-object@1.2.0...@pacote/is-plain-object@1.2.1) (2021-08-13)
# [2.0.0](https://github.com/PacoteJS/pacote/compare/@pacote/is-plain-object@1.2.1...@pacote/is-plain-object@2.0.0) (2023-04-13)
**Note:** Version bump only for package @pacote/is-plain-object
### chore
- 🤖 CommonJS packages now build with ES5 compatibility ([c0147ae](https://github.com/PacoteJS/pacote/commit/c0147aeffb81322ea59174a3961b10cfb3bf81e5))
### BREAKING CHANGES
- 🧨 CommonJS packages now build with ES5 compatibility as a minimum. ES3 is
no longer supported.
## [1.2.1](https://github.com/PacoteJS/pacote/compare/@pacote/is-plain-object@1.2.0...@pacote/is-plain-object@1.2.1) (2021-08-13)
**Note:** Version bump only for package @pacote/is-plain-object
# [1.2.0](https://github.com/PacoteJS/pacote/compare/@pacote/is-plain-object@1.1.6...@pacote/is-plain-object@1.2.0) (2021-02-05)

@@ -16,0 +23,0 @@

3

lib/cjs/index.js
"use strict";
exports.__esModule = true;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isPlainObject = void 0;

@@ -28,1 +28,2 @@ function isPlainObject(o) {

exports.isPlainObject = isPlainObject;
//# sourceMappingURL=index.js.map

@@ -24,1 +24,2 @@ export function isPlainObject(o) {

}
//# sourceMappingURL=index.js.map
{
"name": "@pacote/is-plain-object",
"description": "Checks whether the provided object is a plain JavaScript object.",
"version": "1.2.1",
"version": "2.0.0",
"sideEffects": false,

@@ -35,3 +35,7 @@ "license": "MIT",

},
"gitHead": "7cb88d9866ea608a24cdb6871284f4235f89750e"
"typedoc": {
"entryPoint": "./src/index.ts",
"tsconfig": "tsconfig.esm.json"
},
"gitHead": "1e6186bfa34800585a8906415608c25d1850e30e"
}
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