Comparing version 0.1.0 to 0.1.1
220
package.json
{ | ||
"name": "smartplant", | ||
"version": "0.1.0", | ||
"description": "A library for managing plant care with alerts and multi-language support.", | ||
"main": "index.js", | ||
"type": "module", | ||
"dependencies": { | ||
"@serialport/parser-readline": "^12.0.0", | ||
"axios": "^1.7.7", | ||
"chalk": "^5.3.0", | ||
"enquirer": "^2.4.1", | ||
"nodemailer": "^6.9.15", | ||
"readline": "^1.3.0", | ||
"serialport": "^12.0.0" | ||
}, | ||
"keywords": [ | ||
"plant", | ||
"care", | ||
"alerts", | ||
"multi-language", | ||
"smart", | ||
"AI", | ||
"intelligence", | ||
"npm", | ||
"library" | ||
], | ||
"author": "Alejo Malia <alejomalia@gmail.com>", | ||
"files": [ | ||
"./README.md" | ||
], | ||
"packageManager": "pnpm@9.7.0", | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"homepage": "https://github.com/pigeonposse/personality", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/pigeonposse/personality" | ||
}, | ||
"funding": { | ||
"name": "smartplant", | ||
"version": "0.1.1", | ||
"description": "A library for managing plant care with alerts and multi-language support.", | ||
"main": "comingsoon.js", | ||
"type": "module", | ||
"dependencies": { | ||
"@serialport/parser-readline": "^12.0.0", | ||
"axios": "^1.7.7", | ||
"chalk": "^5.3.0", | ||
"enquirer": "^2.4.1", | ||
"nodemailer": "^6.9.15", | ||
"readline": "^1.3.0", | ||
"serialport": "^12.0.0" | ||
}, | ||
"keywords": [ | ||
"plant", | ||
"care", | ||
"alerts", | ||
"multi-language", | ||
"smart", | ||
"AI", | ||
"intelligence", | ||
"npm", | ||
"library" | ||
], | ||
"author": "Alejo Malia <alejomalia@gmail.com>", | ||
"files": [ | ||
"./README.md" | ||
], | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"homepage": "https://github.com/pigeonposse/smartplant", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/pigeonposse/smartplant" | ||
}, | ||
"funding": { | ||
"type": "individual", | ||
"url": "https://pigeonposse.com/?popup=donate" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/pigeonposse/smartplant/issues", | ||
"email": "dev@pigeonposse.com" | ||
}, | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
"@backan/builder": "0.0.16", | ||
"@changesets/changelog-github": "0.5.0", | ||
"@changesets/cli": "2.27.8", | ||
"@commitlint/cli": "19.5.0", | ||
"@pigeon-posse/eslint-config": "1.0.1", | ||
"@typescript-eslint/eslint-plugin": "8.2.0", | ||
"@typescript-eslint/parser": "8.2.0", | ||
"commitizen": "4.3.0", | ||
"commitlint-config-gitmoji": "2.3.1", | ||
"cz-customizable": "7.2.1", | ||
"cz-emoji": "1.3.2-canary.2", | ||
"eslint": "8.57.0", | ||
"git-cz": "4.9.0", | ||
"eslint-plugin-align-assignments": "1.1.2", | ||
"eslint-plugin-align-import": "1.0.0", | ||
"eslint-plugin-canonical": "5.0.0", | ||
"eslint-plugin-html": "7.1.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-jsdoc": "46.10.1", | ||
"eslint-plugin-json": "3.1.0", | ||
"eslint-plugin-jsonc": "2.13.0", | ||
"eslint-plugin-markdownlint": "0.5.0", | ||
"eslint-plugin-package-json": "0.12.2", | ||
"eslint-plugin-promise": "6.1.1", | ||
"eslint-plugin-yaml": "0.5.0", | ||
"typescript": "5.6.2", | ||
"vite": "^5.4.4" | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"gitmoji" | ||
], | ||
"rules": { | ||
"header-max-length": [ | ||
0, | ||
"always", | ||
100 | ||
] | ||
} | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-customizable" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/pigeonposse/personality/issues", | ||
"email": "dev@pigeonposse.com" | ||
}, | ||
"scripts": { | ||
"start": "node index.js", | ||
"update-version": "changeset && changeset version", | ||
"push": "git add . && cz && git push -f origin $@", | ||
"push:main": "pnpm push main" | ||
}, | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
"@backan/builder": "0.0.16", | ||
"@changesets/changelog-github": "0.5.0", | ||
"@changesets/cli": "2.27.8", | ||
"@commitlint/cli": "19.5.0", | ||
"@pigeon-posse/eslint-config": "1.0.1", | ||
"@typescript-eslint/eslint-plugin": "8.2.0", | ||
"@typescript-eslint/parser": "8.2.0", | ||
"commitizen": "4.3.0", | ||
"commitlint-config-gitmoji": "2.3.1", | ||
"cz-customizable": "7.2.1", | ||
"cz-emoji": "1.3.2-canary.2", | ||
"eslint": "8.57.0", | ||
"git-cz": "4.9.0", | ||
"eslint-plugin-align-assignments": "1.1.2", | ||
"eslint-plugin-align-import": "1.0.0", | ||
"eslint-plugin-canonical": "5.0.0", | ||
"eslint-plugin-html": "7.1.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-jsdoc": "46.10.1", | ||
"eslint-plugin-json": "3.1.0", | ||
"eslint-plugin-jsonc": "2.13.0", | ||
"eslint-plugin-markdownlint": "0.5.0", | ||
"eslint-plugin-package-json": "0.12.2", | ||
"eslint-plugin-promise": "6.1.1", | ||
"eslint-plugin-yaml": "0.5.0", | ||
"typescript": "5.6.2", | ||
"vite": "^5.4.4" | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"gitmoji" | ||
], | ||
"rules": { | ||
"header-max-length": [ | ||
0, | ||
"always", | ||
100 | ||
] | ||
} | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-customizable" | ||
}, | ||
"cz-customizable": { | ||
"config": ".dev/cz-config.cjs" | ||
} | ||
}, | ||
"extra": { | ||
"scopes": [ | ||
{ | ||
"name": "lib" | ||
}, | ||
{ | ||
"name": "all" | ||
} | ||
] | ||
"cz-customizable": { | ||
"config": ".dev/cz-config.cjs" | ||
} | ||
} | ||
}, | ||
"extra": { | ||
"scopes": [ | ||
{ | ||
"name": "lib" | ||
}, | ||
{ | ||
"name": "all" | ||
} | ||
] | ||
}, | ||
"scripts": { | ||
"start": "node index.js", | ||
"update-version": "changeset && changeset version", | ||
"push": "git add . && cz && git push -f origin $@", | ||
"push:main": "pnpm push main" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
41427
4
2