New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@journeyapps/parser-common

Package Overview
Dependencies
Maintainers
2
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@journeyapps/parser-common - npm Package Compare versions

Comparing version

to
0.0.0-dev.f4ef6e4

dist/@types/index.d.ts

38

package.json
{
"name": "@journeyapps/parser-common",
"version": "0.0.0-dev.f0d66d7.2f0c6dc",
"description": "Journey JS library",
"main": "./dist/src/index.js",
"typings": "./dist/@types/src/index",
"scripts": {
"build": "../node_modules/.bin/tsc --build",
"test": "yarn build && yarn test:node && yarn test:browser",
"test:browser": "karma start karma.conf.js --single-run",
"test:node": "jasmine dist/test/unit/all.js"
},
"version": "0.0.0-dev.f4ef6e4",
"description": "Journey Parser library",
"main": "./dist/index.js",
"typings": "./dist/@types/index.d.ts",
"dependencies": {
"@journeyapps/core-xml": "0.0.0-dev.f0d66d7.2f0c6dc",
"@journeyapps/domparser": "^0.3.0",
"@journeyapps/evaluator": "0.0.0-dev.f0d66d7.2f0c6dc",
"io-ts": "^1.8.6"
"@journeyapps/domparser": "^0.4.1",
"io-ts": "^2.2.20",
"@journeyapps/core-xml": "0.0.0-dev.f4ef6e4",
"@journeyapps/evaluator": "0.0.0-dev.f4ef6e4"
},
"devDependencies": {
"stream-browserify": "^3.0.0"
},
"files": [
"dist/src",
"dist/@types"
"dist"
],
"gitHead": "f69090c467b9e4acafe2dbadc3c765b9f0991443"
}
"scripts": {
"build": "tsc --build",
"clean": "tsc -b --clean && rm -rf dist",
"test": "pnpm build && pnpm test:node && pnpm test:browser",
"test:browser": "vitest --run --config vitest.config.browser.ts ",
"test:node": "vitest --run --config vitest.config.unit.ts"
}
}