
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@alheimsins/p360
Advanced tools
Node wrapper module for Public 360 SIF SOAP Web Service from Tieto
$ npm install @alheimsins/p360 --save
SI Integration Framework (SIF) is public 360s SOAP-webservice.
For a full list of calls and callbacks see the documentation here
(async () => {
const p360 = require('@alheimsins/p360')
const options = {
baseUrl: 'http://server.domain.no:8088/SI.WS.Core/SIF',
username: 'domain/username',
password: 'password'
}
try {
const client = p360(options)
const contactService = await client.ContactService()
// console.log(contactService.describe())
const { result } = await contactService.GetContactPersons({ parameter: { Name: 'Maccyber' } })
console.log(JSON.stringify(result, null, 2))
} catch (error) {
console.error(error)
}
})()
Created with <3 by Alheimsins
FAQs
Wrapper for Public 360 SIF SOAP Web Service from tieto
We found that @alheimsins/p360 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.