Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@statebox/pnpro.js
Advanced tools
Convert PNPRO to JSON or Statebox specific representations of Petri nets
Assuming you have a string with the contents of a .PNPRO
file in xmlDocument
,
let parse = require('@statebox/pnpro.js')
let result = parse(xmlDocument)
Output format for parse
:
title
: project title, stringnets
: array of nets
name
: net nameplaces
: array of places
name
: place name/identifierx
, y
: screen coordinatesmarking
: nr of tokens in this place (initial marking)transitions
: array of transitions
name
: transition namepre
, post
: dictionary of in/out arcs, place name => weightx
,y
: screen coordinatesnll
: list of pairs of list of place indicesnbpt
: zero padded version of the nll
listFAQs
Convert PNPRO to JSON or Statebox specific representations of Petri nets
The npm package @statebox/pnpro.js receives a total of 0 weekly downloads. As such, @statebox/pnpro.js popularity was classified as not popular.
We found that @statebox/pnpro.js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.