@pacote/is-plain-object
Advanced tools
Comparing version 1.2.1 to 2.0.0
@@ -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 @@ |
"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" | ||
} |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
12087
12
0