Socket
Socket
Sign inDemoInstall

@firebase/database

Package Overview
Dependencies
Maintainers
3
Versions
3317
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/database - npm Package Compare versions

Comparing version 0.2.1-canary.5475383 to 0.2.1-canary.7463443

.rpt2_cache/c2ba579d14692f38e0132ed3185d587fc88f3349/code/cache/02bfb2087cd0aa050a48a3d9a4105bea13d33a08

30

package.json
{
"name": "@firebase/database",
"version": "0.2.1-canary.5475383",
"version": "0.2.1-canary.7463443",
"description": "",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/cjs/index.node.js",
"browser": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"main": "dist/index.node.cjs.js",
"browser": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"scripts": {
"dev": "gulp dev",
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "run-p test:browser test:node",
"test:browser": "karma start --single-run",
"test:node": "TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit",
"prepare": "gulp build"
"prepare": "npm run build"
},
"license": "Apache-2.0",
"peerDependencies": {
"@firebase/app": "0.1.10-canary.5475383",
"@firebase/app-types": "0.1.2-canary.5475383"
"@firebase/app": "0.1.10-canary.7463443",
"@firebase/app-types": "0.1.2-canary.7463443"
},
"dependencies": {
"@firebase/database-types": "0.2.0-canary.5475383",
"@firebase/logger": "0.1.0-canary.5475383",
"@firebase/util": "0.1.10-canary.5475383",
"@firebase/database-types": "0.2.0-canary.7463443",
"@firebase/logger": "0.1.0-canary.7463443",
"@firebase/util": "0.1.10-canary.7463443",
"faye-websocket": "0.11.1",

@@ -34,3 +35,2 @@ "tslib": "^1.9.0"

"chai": "^4.1.1",
"gulp": "^4.0.0",
"karma": "^2.0.0",

@@ -47,2 +47,6 @@ "karma-chrome-launcher": "^2.2.0",

"nyc": "^11.4.1",
"rollup": "^0.57.1",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-typescript2": "^0.12.0",
"sinon": "^4.3.0",

@@ -62,3 +66,3 @@ "source-map-loader": "^0.2.3",

},
"typings": "dist/esm/index.d.ts",
"typings": "dist/index.d.ts",
"nyc": {

@@ -65,0 +69,0 @@ "extension": [

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