Socket
Socket
Sign inDemoInstall

@firebase/app

Package Overview
Dependencies
Maintainers
3
Versions
3340
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/app - npm Package Compare versions

Comparing version 0.1.10 to 0.2.0-0

.rpt2_cache/a9bcd41a436496b1ba478c80cf7a02e81d90a9f8/code/cache/218f4700c3d78fe9884ac381bf636d1e8cee27b6

25

package.json
{
"name": "@firebase/app",
"version": "0.1.10",
"version": "0.2.0-0",
"description": "The primary entrypoint to the Firebase JS SDK",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"main": "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",

@@ -14,8 +15,8 @@ "test:browser": "karma start --single-run",

"test:node": "TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha test/**/*.test.* --compilers ts:ts-node/register/type-check --exit",
"prepare": "gulp build"
"prepare": "npm run build"
},
"license": "Apache-2.0",
"dependencies": {
"@firebase/app-types": "0.1.2",
"@firebase/util": "0.1.10",
"@firebase/app-types": "0.2.0-0",
"@firebase/util": "0.1.11-0",
"tslib": "^1.9.0"

@@ -28,5 +29,2 @@ },

"chai": "^4.1.1",
"gulp": "^4.0.0",
"gulp-replace": "^0.6.1",
"gulp-sourcemaps": "^2.6.4",
"karma": "^2.0.0",

@@ -44,2 +42,7 @@ "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-replace": "^2.0.0",
"rollup-plugin-typescript2": "^0.12.0",
"sinon": "^4.3.0",

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

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

@@ -62,0 +65,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