Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement →
Sign In

@plandek-utils/plain-object

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plandek-utils/plain-object - npm Package Compare versions

Comparing version
1.1.0
to
2.0.0
+3
-3
dist/index.js

@@ -21,4 +21,4 @@ "use strict";

// src/index.ts
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
isPlainObject: () => isPlainObject,

@@ -32,3 +32,3 @@ isPlainObjectValue: () => isPlainObjectValue,

});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);
var import_ts_parse_dayjs = require("@plandek-utils/ts-parse-dayjs");

@@ -35,0 +35,0 @@ var import_zod = require("zod");

{
"name": "@plandek-utils/plain-object",
"version": "1.1.0",
"version": "2.0.0",
"author": "Eduardo TuriƱo <eturino@plandek.com>",

@@ -25,4 +25,3 @@ "description": "TypeScript types and predicate `isPlainObject` and `isPlainObjectValue`, which are serializable POJOs.",

"test:watch": "vitest",
"reset": "git clean -dfx -e .idea && git reset --hard && npm install",
"prepare-release": "npm run reset && npm run fix && npm run check && npm run test && npm run build",
"prepare-release": "npm run fix && npm run check && npm run test && npm run build",
"prepare": "husky || true"

@@ -42,17 +41,17 @@ },

"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cz-commitlint": "^19.5.0",
"@types/node": "^22.9.0",
"@vitest/coverage-v8": "^2.1.4",
"@commitlint/cz-commitlint": "^19.6.1",
"@types/node": "^22.10.7",
"@vitest/coverage-v8": "^3.0.3",
"commitizen": "^4.3.1",
"husky": "^9.1.6",
"husky": "^9.1.7",
"inquirer": "^9.3.7",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"typescript": "^5.7.3",
"vitest": "^3.0.3"
},
"dependencies": {
"@plandek-utils/ts-parse-dayjs": "6.0.0",
"zod": "3.23.8"
"peerDependencies": {
"@plandek-utils/ts-parse-dayjs": "6.3.2",
"zod": "3.24.1"
},

@@ -59,0 +58,0 @@ "config": {