New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@journeyapps/db

Package Overview
Dependencies
Maintainers
2
Versions
308
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@journeyapps/db - npm Package Compare versions

Comparing version 5.2.1 to 5.3.0

22

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc