Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@4lch4/api-starter

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@4lch4/api-starter - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

28

package.json
{
"name": "@4lch4/api-starter",
"displayName": "API Starter",
"version": "0.0.2",
"version": "0.0.3",
"description": "An NPM package to use for starting a new API within my infrastructure.",

@@ -12,2 +12,14 @@ "main": "./dist/index.js",

"homepage": "https://git.4lch4.io/4lch4/API-Starter",
"scripts": {
"start": "node dist/index.js",
"dplr:start": "doppler run -p $CRONICLE_PROJECT --config $CRONICLE_CONFIG --command='DEBUG=$DEBUG node ./dist/index.js'",
"build": "tsc",
"pretty": "prettier --write .",
"pretty:git": "prettier --write . && if [[ $(git status -s) ]]; then git commit -a -m 'chore(pretty): project prettied'; fi",
"lint": "prettier -c .",
"test": "echo 'There are currently no tests available.'",
"scan": "snyk monitor && snyk code test",
"preversion": "npm run pretty:git",
"postversion": "if [[ $(git status -s) ]]; then git commit -a -m 'chore(npm): version bump'; fi"
},
"engines": {

@@ -54,15 +66,3 @@ "node": ">=16.0.0"

"typescript": "^4.9.4"
},
"scripts": {
"start": "node dist/index.js",
"dplr:start": "doppler run -p $CRONICLE_PROJECT --config $CRONICLE_CONFIG --command='DEBUG=$DEBUG node ./dist/index.js'",
"build": "tsc",
"pretty": "prettier --write .",
"pretty:git": "prettier --write . && if [[ $(git status -s) ]]; then git commit -a -m 'chore(pretty): project prettied'; fi",
"lint": "prettier -c .",
"test": "echo 'There are currently no tests available.'",
"scan": "snyk monitor && snyk code test",
"preversion": "npm run pretty:git",
"postversion": "if [[ $(git status -s) ]]; then git commit -a -m 'chore(npm): version bump'; fi"
}
}
}
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