You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@firebase/auth-compat

Package Overview
Dependencies
Maintainers
5
Versions
1324
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/auth-compat - npm Package Compare versions

Comparing version

to
0.0.900-exp.725ab4684

dist/auth-compat-exp/index.d.ts

37

package.json
{
"name": "@firebase/auth-compat",
"version": "0.0.900-exp.555fe23c5",
"version": "0.0.900-exp.725ab4684",
"private": false,

@@ -8,5 +8,4 @@ "description": "FirebaseAuth compatibility package that uses API style compatible with Firebase@7 and prior versions",

"main": "dist/index.node.cjs.js",
"browser": "dist/index.esm.js",
"module": "dist/index.esm.js",
"esm2017": "dist/index.esm2017.js",
"browser": "dist/index.esm2017.js",
"module": "dist/index.esm2017.js",
"files": [

@@ -20,3 +19,3 @@ "dist"

"build:deps": "lerna run --scope @firebase/auth-compat --include-dependencies build",
"build:release": "rollup -c rollup.config.release.js",
"build:release": "rollup -c rollup.config.release.js && yarn add-compat-overloads",
"dev": "rollup -c -w",

@@ -27,13 +26,20 @@ "test": "run-p lint test:all",

"test:browser": "karma start --single-run",
"test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.* --file ../auth-exp/src/platform_browser/iframe/gapi.iframes.ts --config ../../config/mocharc.node.js"
"test:browser:integration": "karma start --single-run --integration",
"test:node": "ts-node -O '{\"module\": \"commonjs\", \"target\": \"es6\"}' scripts/run_node_tests.ts",
"test:node:integration": "ts-node -O '{\"module\": \"commonjs\", \"target\": \"es6\"}' scripts/run_node_tests.ts --integration",
"test:webdriver": "rollup -c test/integration/webdriver/static/rollup.config.js && ts-node -O '{\"module\": \"commonjs\", \"target\": \"es6\"}' scripts/run_node_tests.ts --webdriver",
"test:integration": "run-s test:browser:integration test:node:integration test:webdriver",
"add-compat-overloads": "ts-node-script ../../scripts/exp/create-overloads.ts -i ../auth-exp/dist/auth-exp-public.d.ts -o dist/auth-compat-exp/index.d.ts -a -r Auth:types.FirebaseAuth -r User:types.User -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/auth"
},
"peerDependencies": {
"@firebase/app-compat": "0.0.900-exp.555fe23c5"
"@firebase/app-compat": "0.0.900-exp.725ab4684"
},
"dependencies": {
"@firebase/auth-types": "0.10.2",
"@firebase/auth": "0.0.900-exp.555fe23c5",
"@firebase/component": "0.2.0",
"@firebase/util": "0.3.4",
"tslib": "^2.0.0"
"@firebase/auth": "0.0.900-exp.725ab4684",
"@firebase/auth-types": "0.10.3",
"@firebase/component": "0.5.2",
"@firebase/util": "1.1.0",
"node-fetch": "2.6.1",
"selenium-webdriver": "^4.0.0-beta.2",
"tslib": "^2.1.0"
},

@@ -43,4 +49,4 @@ "license": "Apache-2.0",

"@firebase/app-compat": "0.x",
"@rollup/plugin-json": "4.1.0",
"rollup": "2.35.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-replace": "2.2.0",

@@ -58,3 +64,3 @@ "rollup-plugin-typescript2": "0.29.0",

},
"typings": "dist/index.d.ts",
"typings": "dist/auth-compat-exp/index.d.ts",
"nyc": {

@@ -65,3 +71,4 @@ "extension": [

"reportDir": "./coverage/node"
}
},
"esm5": "dist/index.esm.js"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet