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.2 to 0.0.3

14

index.js

@@ -5,20 +5,24 @@ 'use strict'

{
info: 'Retrieve the IIS position',
request: {
url: 'http://api.open-notify.org/iss-now.json'
},
info: 'Retrieve the IIS position'
onInit: async state => {},
onBefore: async state => {},
onAfter: async state => {},
onError: async err => {}
},
{
info: 'Create temp file',
temp: {
type: 'file'
},
info: 'Create temp file'
}
},
{
info: 'Start request against google',
request: {
url: 'http://google.de',
contentType: 'text'
},
info: 'Start request against google'
}
}
]
{
"name": "bootme-projectx",
"version": "0.0.2",
"version": "0.0.3",
"description": "Example of how to share a JSON pipeline definition",

@@ -5,0 +5,0 @@ "main": "index.js",

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