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.6.0
to
0.6.1
+17
-1
dist/index.js

@@ -13,3 +13,3 @@ import {

type: "module",
version: "0.6.0",
version: "0.6.1",
packageManager: "pnpm@8.10.0",

@@ -54,2 +54,18 @@ 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: {
"*": {
"*": [
"./*"
],
types: [
"./dist/types.d.ts"
],
core: [
"./dist/core.d.ts"
],
cli: [
"./bin/pergel.mjs"
]
}
},
bin: {

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

{
"name": "@pergel/cli",
"type": "module",
"version": "0.6.0",
"version": "0.6.1",
"packageManager": "pnpm@8.10.0",

@@ -44,2 +44,18 @@ "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": {
"*": {
"*": [
"./*"
],
"types": [
"./dist/types.d.ts"
],
"core": [
"./dist/core.d.ts"
],
"cli": [
"./bin/pergel.mjs"
]
}
},
"bin": {

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