Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@journeyapps/parser-schema

Package Overview
Dependencies
Maintainers
2
Versions
294
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@journeyapps/parser-schema - npm Package Compare versions

Comparing version 0.0.0-dev.53f2032.808b7bc to 0.0.0-dev.546f6e6

dist/@types/index.d.ts

40

package.json
{
"name": "@journeyapps/parser-schema",
"version": "0.0.0-dev.53f2032.808b7bc",
"description": "Journey JS library",
"main": "./dist/src/index.js",
"typings": "./dist/@types/src/index",
"scripts": {
"build": "../node_modules/.bin/tsc --build && rm -rf dist/test/fixtures && cp -R test/fixtures dist/test/fixtures && webpack --config ./test/webpack.config.js",
"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.bundle.js"
},
"version": "0.0.0-dev.546f6e6",
"description": "Journey Parser Schema library",
"main": "./dist/index.js",
"typings": "./dist/@types/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@journeyapps/core-xml": "0.0.0-dev.53f2032.808b7bc",
"@journeyapps/parser-common": "0.0.0-dev.53f2032.808b7bc"
"@journeyapps/core-xml": "0.0.0-dev.546f6e6",
"@journeyapps/parser-common": "0.0.0-dev.546f6e6",
"@journeyapps/evaluator": "0.0.0-dev.546f6e6"
},
"devDependencies": {
"@journeyapps/core-test-helpers": "0.0.0-dev.53f2032.808b7bc",
"@journeyapps/domparser": "^0.3.0"
"@journeyapps/domparser": "^0.4.1",
"stream-browserify": "^3.0.0"
},
"files": [
"dist/src",
"dist/@types"
],
"gitHead": "234276f0b381ef5e2ea94b54ada8c6e2e57d096f"
}
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc