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 7.2.2 to 7.2.3

./dist/src/index.js

30

package.json
{
"name": "@journeyapps/parser-common",
"version": "7.2.2",
"description": "Journey JS library",
"version": "7.2.3",
"description": "Journey Parser library",
"main": "./dist/src/index.js",
"typings": "./dist/@types/src/index",
"scripts": {
"build": "../node_modules/.bin/tsc --build",
"test": "pnpm build && pnpm test:node && pnpm test:browser",
"test:browser": "karma start karma.conf.js --single-run",
"test:node": "jasmine dist/test/unit/all.js"
},
"dependencies": {
"@journeyapps/core-xml": "^5.0.1",
"@journeyapps/domparser": "^0.3.0",
"@journeyapps/evaluator": "^6.2.2",
"io-ts": "^1.8.6"
"io-ts": "^1.8.6",
"@journeyapps/core-xml": "5.0.2",
"@journeyapps/evaluator": "6.2.3"
},

@@ -26,8 +20,8 @@ "files": [

},
"pnpm": {
"overrides": {
"@journeyapps/core-test-helpers": "link:../test-helpers"
}
},
"gitHead": "533fd4c59d3c4eb2f8bc2740466be989aab0c78d"
}
"scripts": {
"build": "../node_modules/.bin/tsc --build",
"test": "pnpm build && pnpm test:node && pnpm test:browser",
"test:browser": "karma start karma.conf.js --single-run",
"test:node": "jasmine dist/test/unit/all.js"
}
}
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