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

@pergel/cli

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pergel/cli - npm Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
0.5.2
to
0.5.3
+11
-1
dist/index.js

@@ -12,3 +12,3 @@ import {

type: "module",
version: "0.5.2",
version: "0.5.3",
packageManager: "pnpm@8.10.0",

@@ -53,2 +53,12 @@ description: "Full Stack Nuxt Application. It contains the necessary toolkits for a software developer and a fast, clean, tested toolkit.",

types: "./dist/index.d.ts",
typesVersions: {
"*": {
"*": [
"./dist/*"
],
"types/*": [
"./dist/types.d.ts"
]
}
},
bin: {

@@ -55,0 +65,0 @@ pergel: "bin/pergel.mjs"

{
"name": "@pergel/cli",
"type": "module",
"version": "0.5.2",
"version": "0.5.3",
"packageManager": "pnpm@8.10.0",

@@ -44,2 +44,12 @@ "description": "Full Stack Nuxt Application. It contains the necessary toolkits for a software developer and a fast, clean, tested toolkit.",

"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*"
],
"types/*": [
"./dist/types.d.ts"
]
}
},
"bin": {

@@ -46,0 +56,0 @@ "pergel": "bin/pergel.mjs"