Socket
Socket
Sign inDemoInstall

@snailycad/config

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snailycad/config - npm Package Compare versions

Comparing version 1.68.7 to 1.74.0

23

package.json
{
"name": "@snailycad/config",
"version": "1.68.7",
"version": "1.74.0",
"main": "./dist/index.js",

@@ -19,13 +19,14 @@ "module": "./dist/index.mjs",

"scripts": {
"build": "yarn tsup",
"watch": "yarn tsup --watch --silent=false",
"typecheck": "yarn tsc --noEmit",
"test:watch": "yarn vitest --watch",
"test": "yarn vitest run"
"build": "pnpm tsup",
"watch": "pnpm tsup --watch --silent=false",
"typecheck": "pnpm tsc --noEmit",
"test:watch": "pnpm vitest --watch",
"test": "pnpm vitest run",
"prepublish": "pnpm build"
},
"devDependencies": {
"tsup": "6.6.2",
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vitest": "^0.34.0"
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.6"
},

@@ -42,3 +43,3 @@ "tsup": {

"treeshake": true,
"target": "node16",
"target": "node18",
"silent": true,

@@ -51,3 +52,3 @@ "format": [

"sideEffects": false,
"gitHead": "bf6800923a2800a2fd70de430d428df347f879d8"
"gitHead": "fab926778dfc44ba319eae2f795af788bfe0f7ad"
}
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