New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ssa-form

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssa-form

Creates an flow graph in SSA form based on an initial CFG. It can also apply data flow functions and will generate a live out set for each block as default for pruned SSA.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

ssa-form

Coveralls Status Build Status Dependency Status npm version License Known Vulnerabilities david-dm

Creates an flow graph in SSA form based on an initial CFG. It can also apply data flow functions and will generate a live out set for each block as default for pruned SSA.

WARNING: Work in progress, not ready to be used yet.

Install

npm i ssa-form

Usage

const 
    ssa = require( 'ssa-form' );

ssa() // true

License

MIT © Julian Jensen

Keywords

ssa

FAQs

Package last updated on 19 Feb 2018

Did you know?

Socket

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.

Install

Related posts