@journeyapps/core-xml
Advanced tools
Comparing version 0.0.0-dev.4ce3a32.ada7734 to 0.0.0-dev.4dbaa6c
@@ -1,1 +0,1 @@ | ||
require('./dist/src/domparser'); | ||
require('./dist/domparser'); |
{ | ||
"name": "@journeyapps/core-xml", | ||
"version": "0.0.0-dev.4ce3a32.ada7734", | ||
"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.4dbaa6c", | ||
"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.4ce3a32.ada7734" | ||
"jsdom": "^24.0.0", | ||
"stream-browserify": "^3.0.0" | ||
}, | ||
"files": [ | ||
"dist/src", | ||
"dist/@types", | ||
"domparser.js" | ||
], | ||
"gitHead": "4db5aec091833258a4e747b95d586fbac9440381" | ||
} | ||
"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" | ||
} | ||
} |
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
183961
1388
2
2
34
1
+ Addedxmldom@^0.6.0
+ Added@journeyapps/domparser@0.4.1(transitive)
+ Addedxmldom@0.6.0(transitive)
- Removed@journeyapps/domparser@0.3.0(transitive)