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
0
Versions
305
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 0.0.0-dev.a60b154.6665eb3 to 0.0.0-dev.a7d2ac8

dist/@types/app.d.ts

53

package.json
{
"name": "@journeyapps/db",
"version": "0.0.0-dev.a60b154.6665eb3",
"description": "Journey JS library",
"main": "./dist/src/index.js",
"typings": "./dist/@types/src/index",
"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",
"test:browser": "karma start karma.conf.js --single-run",
"test:node": "jasmine dist/test/unit/all.bundle.js"
"version": "0.0.0-dev.a7d2ac8",
"description": "Journey DB library",
"main": "./dist/index.js",
"browser": "./dist/browser.js",
"typings": "./dist/@types/index.d.ts",
"appTypings": "./dist/@types/app.d.ts",
"devDependencies": {
"@types/node-fetch": "^2.6.4",
"fetch-mock": "^9.11.0",
"sqlite3": "^5.1.6",
"websql": "^2.0.3"
},
"dependencies": {
"@journeyapps/core-date": "0.0.0-dev.a60b154.6665eb3",
"@journeyapps/core-xml": "0.0.0-dev.a60b154.6665eb3",
"@journeyapps/evaluator": "0.0.0-dev.a60b154.6665eb3",
"@journeyapps/parser-schema": "0.0.0-dev.a60b154.6665eb3",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.24.0",
"uuid": "^3.3.3",
"xmldom": "^0.1.27"
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"uuid": "^9.0.0",
"xmldom": "^0.6.0",
"@journeyapps/core-date": "0.0.0-dev.a7d2ac8",
"@journeyapps/evaluator": "0.0.0-dev.a7d2ac8",
"@journeyapps/parser-common": "0.0.0-dev.a7d2ac8",
"@journeyapps/core-xml": "0.0.0-dev.a7d2ac8",
"@journeyapps/parser-schema": "0.0.0-dev.a7d2ac8"
},
"devDependencies": {
"@types/uuid": "^3.4.5"
},
"files": [
"dist/src",
"dist/@types"
"dist"
],
"gitHead": "412bef70c5f3bf3a45658b3c438ab079c988d3ba"
}
"scripts": {
"build": "tsc --build",
"clean": "tsc -b --clean && rm -rf dist",
"test": "pnpm test:node",
"test:node": "vitest --run --config vitest.config.unit.ts"
}
}
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