Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@firebase/data-connect

Package Overview
Dependencies
Maintainers
4
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/data-connect - npm Package Compare versions

Comparing version 0.2.0-20250114135622 to 0.2.0-canary.144bc3709

README.md

4

dist/index.cjs.js

@@ -11,3 +11,3 @@ 'use strict';

const name = "@firebase/data-connect";
const version = "0.2.0-20250114135622";
const version = "0.2.0-canary.144bc3709";

@@ -1044,3 +1044,3 @@ /**

name: queryName,
variables: variables
variables
};

@@ -1047,0 +1047,0 @@ }

@@ -7,3 +7,3 @@ import { _removeServiceInstance, getApp, _getProvider, _registerComponent, registerVersion, SDK_VERSION as SDK_VERSION$1 } from '@firebase/app';

const name = "@firebase/data-connect";
const version = "0.2.0-20250114135622";
const version = "0.2.0-canary.144bc3709";

@@ -1040,3 +1040,3 @@ /**

name: queryName,
variables: variables
variables
};

@@ -1043,0 +1043,0 @@ }

@@ -200,3 +200,3 @@ 'use strict';

const name = "@firebase/data-connect";
const version = "0.2.0-20250114135622";
const version = "0.2.0-canary.144bc3709";

@@ -1047,3 +1047,3 @@ /**

name: queryName,
variables: variables
variables
};

@@ -1050,0 +1050,0 @@ }

@@ -196,3 +196,3 @@ import { FirebaseError } from '@firebase/util';

const name = "@firebase/data-connect";
const version = "0.2.0-20250114135622";
const version = "0.2.0-canary.144bc3709";

@@ -1043,3 +1043,3 @@ /**

name: queryName,
variables: variables
variables
};

@@ -1046,0 +1046,0 @@ }

{
"name": "@firebase/data-connect",
"version": "0.2.0-20250114135622",
"version": "0.2.0-canary.144bc3709",
"description": "",

@@ -34,6 +34,6 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",

"dev": "rollup -c -w",
"test": "run-p --npm-path npm test:emulator",
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:emulator",
"test:all": "run-p --npm-path npm lint test:unit",
"test:browser": "karma start --single-run",
"test": "run-p --npm-path npm lint test:emulator",
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
"test:all": "run-p --npm-path npm lint test:browser test:node",
"test:browser": "karma start",
"test:node": "TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/index.node.ts --config ../../config/mocharc.node.js",

@@ -49,13 +49,13 @@ "test:unit": "TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/unit/**/*.test.ts' --file src/index.node.ts --config ../../config/mocharc.node.js",

"peerDependencies": {
"@firebase/app": "0.10.18-20250114135622"
"@firebase/app": "0.10.18-canary.144bc3709"
},
"dependencies": {
"@firebase/auth-interop-types": "0.2.4",
"@firebase/component": "0.6.12-20250114135622",
"@firebase/logger": "0.4.4",
"@firebase/util": "1.10.3-20250114135622",
"@firebase/auth-interop-types": "0.2.4-canary.144bc3709",
"@firebase/component": "0.6.12-canary.144bc3709",
"@firebase/logger": "0.4.4-canary.144bc3709",
"@firebase/util": "1.10.3-canary.144bc3709",
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.10.18-20250114135622",
"@firebase/app": "0.10.18-canary.144bc3709",
"rollup": "2.79.1",

@@ -62,0 +62,0 @@ "rollup-plugin-typescript2": "0.31.2",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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