@journeyapps/evaluator
Advanced tools
Comparing version 0.0.0-dev.9e55404.b37f322 to 0.0.0-dev.9f8cef3
{ | ||
"name": "@journeyapps/evaluator", | ||
"version": "0.0.0-dev.9e55404.b37f322", | ||
"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" | ||
}, | ||
"version": "0.0.0-dev.9f8cef3", | ||
"description": "Journey Evaluator library", | ||
"main": "./dist/index.js", | ||
"typings": "./dist/@types/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@journeyapps/core-xml": "0.0.0-dev.9e55404.b37f322" | ||
"@babel/types": "^7.24.5", | ||
"@babel/parser": "^7.24.5", | ||
"lru-cache": "^7.18.3", | ||
"lodash": "^4.17.21", | ||
"@journeyapps/core-xml": "0.0.0-dev.9f8cef3" | ||
}, | ||
"files": [ | ||
"dist/src", | ||
"dist/@types" | ||
], | ||
"gitHead": "6a74ee798f2e34b5c35d1ba46acf2ce45a2bbe23" | ||
} | ||
"devDependencies": { | ||
"@types/lodash": "^4.17.4", | ||
"@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
271312
120
2187
5
2
1
+ Added@babel/parser@^7.24.5
+ Added@babel/types@^7.24.5
+ Addedlodash@^4.17.21
+ Addedlru-cache@^7.18.3
+ 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.9f8cef3(transitive)
+ Added@journeyapps/domparser@0.4.1(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedlru-cache@7.18.3(transitive)
+ Addedxmldom@0.6.0(transitive)
- Removed@journeyapps/core-xml@0.0.0-dev.9e55404.b37f322(transitive)
- Removed@journeyapps/domparser@0.3.0(transitive)