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

@firebase/app

Package Overview
Dependencies
Maintainers
3
Versions
3371
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-canary.3d6289d to 0.1.10-canary.3fe3d2c

.rpt2_cache/0a2054b0d19d16df1fd08e5416a1b47d5c30c2d2/code/cache/1d94da17a14d225b4d41c7b5bfbe07784025bb1a

25

package.json
{
"name": "@firebase/app",
"version": "0.1.10-canary.3d6289d",
"version": "0.1.10-canary.3fe3d2c",
"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-canary.3d6289d",
"@firebase/util": "0.1.10-canary.3d6289d",
"@firebase/app-types": "0.1.2-canary.3fe3d2c",
"@firebase/util": "0.1.10-canary.3fe3d2c",
"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