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

bootme-projectx

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootme-projectx - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

16

package.json
{
"name": "bootme-projectx",
"version": "0.0.1",
"description": "Example of how to pack a Bootme config as a NPM package.",
"version": "0.0.2",
"description": "Example of how to share a JSON pipeline definition",
"main": "index.js",

@@ -9,2 +9,7 @@ "scripts": {

},
"keywords": [
"bootme",
"example",
"template"
],
"repository": {

@@ -21,5 +26,8 @@ "type": "git",

"dependencies": {
"bootme-request": "^0.0.15",
"bootme-temp": "^0.0.5"
"bootme-request": "^0.0.16",
"bootme-temp": "^0.0.6"
},
"devDependencies": {
"tap": "^10.7.3"
}
}
# bootme-projectx
Example of how to load the JSON pipeline definition from a NPM package.
Example of how to share a JSON pipeline definition
## Usage
```

@@ -9,5 +11,5 @@ npm i bootme-projectx

```
or without to install any packages
or without to install any packages in one command
```
npx -p bootme-projectx -- bootme -t bootme-projectx
npx -p bootme-projectx -- bootme-cli -t bootme-projectx
```
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