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

@journeyapps/core-xml

Package Overview
Dependencies
Maintainers
2
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@journeyapps/core-xml - npm Package Compare versions

Comparing version 0.0.0-dev.8c8b06f.6e145d0 to 0.0.0-dev.8e019b2

dist/@types/domparser.d.ts

2

domparser.js

@@ -1,1 +0,1 @@

require('./dist/src/domparser');
require('./dist/domparser');
{
"name": "@journeyapps/core-xml",
"version": "0.0.0-dev.8c8b06f.6e145d0",
"description": "Journey JS library",
"main": "./dist/src/node.js",
"browser": "./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.8e019b2",
"description": "Journey XML library",
"main": "./dist/node.js",
"browser": "./dist/index.js",
"typings": "./dist/@types/index.d.ts",
"files": [
"dist",
"domparser.js"
],
"dependencies": {
"@journeyapps/domparser": "^0.3.0"
"@journeyapps/domparser": "^0.4.1",
"xmldom": "^0.6.0"
},
"devDependencies": {
"@journeyapps/core-test-helpers": "0.0.0-dev.8c8b06f.6e145d0"
"jsdom": "^24.0.0",
"stream-browserify": "^3.0.0"
},
"files": [
"dist/src",
"dist/@types",
"domparser.js"
],
"gitHead": "3c2bb35a105e6911a3f1c8aba276b45ab7616e3a"
}
"scripts": {
"build": "../node_modules/.bin/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