@journeyapps/core-xml
Advanced tools
Comparing version 0.0.0-dev.5403702 to 0.0.0-dev.9207856
@@ -1,1 +0,1 @@ | ||
require('./dist/domparser'); | ||
require('./dist/src/domparser'); |
{ | ||
"name": "@journeyapps/core-xml", | ||
"version": "0.0.0-dev.5403702", | ||
"version": "0.0.0-dev.9207856", | ||
"description": "Journey XML library", | ||
"main": "./dist/node.js", | ||
"browser": "./dist/index.js", | ||
"typings": "./dist/@types/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"domparser.js" | ||
], | ||
"main": "./dist/src/node.js", | ||
"browser": "./dist/src/index.js", | ||
"typings": "./dist/@types/src/index", | ||
"dependencies": { | ||
@@ -17,12 +13,15 @@ "@journeyapps/domparser": "^0.4.1", | ||
"devDependencies": { | ||
"jsdom": "^24.0.0", | ||
"stream-browserify": "^3.0.0" | ||
"@journeyapps/core-test-helpers": "^0.0.0-dev.9207856" | ||
}, | ||
"files": [ | ||
"dist/src", | ||
"dist/@types", | ||
"domparser.js" | ||
], | ||
"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" | ||
"test:browser": "karma start karma.conf.js --single-run", | ||
"test:node": "jasmine dist/test/unit/all.js" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
37
1394
153467