Ophir Holder

14 papers A* 2A 2B 2Journal 3Unranked 5
YearRankTypeTitle / Venue / Authors
2001 J jnl
IEEE Trans. Software Eng.
Israel Ben-Shaul, Ophir Holder, Boris Lavva
2001 J jnl
Concurr. Comput. Pract. Exp.
Yoad Gidron, Israel Ben-Shaul, Ophir Holder, Yariv Aridor
2000 conf
IWSAS
Israel Ben-Shaul, Hovav Gazit, Ophir Holder, Boris Lavva
2000 conf
ASA/MA
Hovav Gazit, Israel Ben-Shaul, Ophir Holder
1999 A* conf
ICSE
Ophir Holder, Israel Ben-Shaul, Hovav Gazit
1999 A* conf
ICSE
Israel Ben-Shaul, Hovav Gazit, Yoad Gidron, Ophir Holder, Boris Lavva
1999 A conf
ICDCS
Ophir Holder, Israel Ben-Shaul, Hovav Gazit
1998 conf
DEXA Workshop
Israel Ben-Shaul, Yoad Gidron, Ophir Holder
1998 conf
ISAW@FSE
Ophir Holder, Israel Ben-Shaul
1997 A conf
ICDCS
Ophir Holder, Israel Ben-Shaul
1997 B conf
CoopIS
Israel Ben-Shaul, Avron Cohen, Ophir Holder, Boris Lavva
1997 J jnl
Int. J. Cooperative Inf. Syst.
Israel Ben-Shaul, Avron Cohen, Ophir Holder, Boris Lavva
1997 B conf
ICECCS
Boris Lavva, Ophir Holder, Israel Ben-Shaul
1997 conf
NGITS
Boris Lavva, Ophir Holder, Israel Ben-Shaul
redb/extractors/js_extractors/scripts/package.json
← Index redb/extractors/js_extractors/scripts/package.json json
{
  "name": "redb-js-xray-runner",
  "private": true,
  "description": "Node bridge that runs @nodesecure/js-x-ray for the Python JS pipeline. Run `npm install` here once, then point JS_XRAY_RUNNER_PATH at js-xray-runner.js (it defaults to this directory).",
  "version": "0.1.0",
  "main": "js-xray-runner.js",
  "scripts": {
    "postinstall": "patch-package"
  },
  "dependencies": {
    "@nodesecure/js-x-ray": "^7.0.0",
    "patch-package": "^8.0.1"
  }
}