@journeyapps/db
Advanced tools
Comparing version 5.2.1 to 5.3.0
{ | ||
"name": "@journeyapps/db", | ||
"version": "5.2.1", | ||
"version": "5.3.0", | ||
"description": "Journey JS library", | ||
"main": "./dist/src/index.js", | ||
"browser": "./dist/src/browser.js", | ||
"typings": "./dist/@types/src/index", | ||
"main": "./dist/index.js", | ||
"browser": "./dist/browser.js", | ||
"typings": "./dist/index", | ||
"appTypings": "./dist/app", | ||
"scripts": { | ||
"build": "../node_modules/.bin/tsc --build && cp -R test/fixtures dist/test/fixtures && webpack --config ./test/webpack.config.js", | ||
"test": "yarn build && yarn test:node && yarn test:browser", | ||
"build": "../node_modules/.bin/tsc --build", | ||
"test": "yarn tsc -b test && yarn test:node && yarn test:browser", | ||
"clean": "tsc -b --clean && tsc -b --clean test && rm -rf dist test/dist", | ||
"test:browser": "karma start karma.conf.js --single-run", | ||
"test:node": "jasmine dist/test/unit/all.bundle.js" | ||
"test:node": "jasmine test/dist/all.js" | ||
}, | ||
@@ -17,4 +19,4 @@ "dependencies": { | ||
"@journeyapps/core-xml": "4.2.0", | ||
"@journeyapps/evaluator": "5.2.0", | ||
"@journeyapps/parser-schema": "5.2.1", | ||
"@journeyapps/evaluator": "5.3.0", | ||
"@journeyapps/parser-schema": "5.3.0", | ||
"isomorphic-fetch": "^2.2.1", | ||
@@ -32,3 +34,3 @@ "moment": "^2.24.0", | ||
], | ||
"gitHead": "201ddb2ec9bad5c534b627698c44f182400bbe1a" | ||
"gitHead": "333a7c4795cb0eb8f10d46cb2f323cf4d89109dc" | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
2
27779
2
0
+ Added@journeyapps/evaluator@5.3.0(transitive)
+ Added@journeyapps/parser-common@5.3.0(transitive)
+ Added@journeyapps/parser-schema@5.3.0(transitive)
- Removed@journeyapps/evaluator@5.2.0(transitive)
- Removed@journeyapps/parser-common@5.2.0(transitive)
- Removed@journeyapps/parser-schema@5.2.1(transitive)
Updated@journeyapps/evaluator@5.3.0