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

create-personality

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-personality - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

dist/main.js

@@ -9,3 +9,3 @@ import Conf from "conf";

const name = "create-personality";
const version = "0.2.1";
const version = "0.2.2";
const description = "Library for crafting and sustaining AI personalities";

@@ -12,0 +12,0 @@ const homepage = "https://github.com/pigeonposse/personality";

{
"name": "create-personality",
"version": "0.2.1",
"version": "0.2.2",
"description": "Library for crafting and sustaining AI personalities",

@@ -53,4 +53,3 @@ "keywords": [

"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@backan/builder": "0.0.15",
"@backan/builder": "0.0.16",
"@changesets/changelog-github": "0.5.0",

@@ -65,3 +64,2 @@ "@changesets/cli": "2.27.8",

"@typescript-eslint/parser": "8.2.0",
"@vercel/ncc": "^0.38.1",
"commitizen": "4.3.0",

@@ -71,4 +69,2 @@ "commitlint-config-gitmoji": "2.3.1",

"cz-emoji": "1.3.2-canary.2",
"esbuild": "^0.23.1",
"esbuild-plugin-babel": "^0.2.3",
"eslint": "8.57.0",

@@ -92,4 +88,4 @@ "eslint-plugin-align-assignments": "1.1.2",

"@clack/prompts": "0.7.0",
"conf": "13.0.1",
"kleur": "4.1.5",
"conf": "13.0.1",
"update-notifier": "7.3.1"

@@ -134,6 +130,5 @@ },

"dev": "vite build && node dist/cli.js",
"test-build": "rsbuild build",
"build": "pnpm run --sequential \"/^build:.*/\"",
"build:lib": "vite build",
"build:bins": "node ./build.js",
"build:bins": "rsbuild build && node ./build.js",
"update-version": "changeset && changeset version",

@@ -140,0 +135,0 @@ "push": "git add . && cz && git push -f origin $@",

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