@journeyapps/evaluator
Advanced tools
Comparing version 0.0.0-dev.09847ced.9f326a1 to 0.0.0-dev.0bb5dee
{ | ||
"name": "@journeyapps/evaluator", | ||
"version": "0.0.0-dev.09847ced.9f326a1", | ||
"description": "Journey JS library", | ||
"main": "./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" | ||
}, | ||
"dependencies": { | ||
"@journeyapps/core-xml": "0.0.0-dev.09847ced.9f326a1" | ||
}, | ||
"version": "0.0.0-dev.0bb5dee", | ||
"description": "Journey Evaluator library", | ||
"main": "./dist/index.js", | ||
"typings": "./dist/@types/index.d.ts", | ||
"files": [ | ||
@@ -20,3 +11,18 @@ "dist/src", | ||
], | ||
"gitHead": "d27949f28f3839535ab81f88638f2368a68f6777" | ||
} | ||
"dependencies": { | ||
"@babel/types": "^7.24.5", | ||
"@babel/parser": "^7.24.5", | ||
"@journeyapps/core-xml": "0.0.0-dev.0bb5dee" | ||
}, | ||
"devDependencies": { | ||
"@types/babel__traverse": "^7.20.5" | ||
}, | ||
"scripts": { | ||
"build": "tsc --build", | ||
"watch": "tsc -b --watch", | ||
"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
40787
3
1
20
313
1
+ Added@babel/parser@^7.24.5
+ Added@babel/types@^7.24.5
+ Added@babel/helper-string-parser@7.25.9(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@babel/parser@7.26.2(transitive)
+ Added@babel/types@7.26.0(transitive)
+ Added@journeyapps/core-xml@0.0.0-dev.0bb5dee(transitive)
+ Added@journeyapps/domparser@0.4.1(transitive)
+ Addedxmldom@0.6.0(transitive)
- Removed@journeyapps/core-xml@0.0.0-dev.09847ced.9f326a1(transitive)
- Removed@journeyapps/domparser@0.3.0(transitive)