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

@firebase/functions

Package Overview
Dependencies
Maintainers
3
Versions
3290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/functions - npm Package Compare versions

Comparing version 0.1.0-canary.12e839d to 0.1.0-canary.14c2c4a

.rpt2_cache/a679cfb91a2fe89f3e7bffc84ea42d3497309e31/code/cache/2cdf25aa624c19f4dc7fcee2182950a1f8269ab4

27

package.json
{
"name": "@firebase/functions",
"version": "0.1.0-canary.12e839d",
"version": "0.1.0-canary.14c2c4a",
"description": "",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "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",

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

"test:node": "nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --require ts-node/register --require index.node.ts --retries 5 --timeout 5000 --exit",
"prepare": "gulp build"
"prepare": "npm run build"
},
"license": "Apache-2.0",
"peerDependencies": {
"@firebase/app": "0.1.10-canary.12e839d",
"@firebase/app-types": "0.1.2-canary.12e839d"
"@firebase/app": "0.1.10-canary.14c2c4a",
"@firebase/app-types": "0.1.2-canary.14c2c4a"
},

@@ -28,3 +30,2 @@ "devDependencies": {

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

@@ -41,2 +42,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",

@@ -58,6 +63,6 @@ "source-map-loader": "^0.2.3",

},
"typings": "dist/esm/index.d.ts",
"typings": "dist/index.d.ts",
"dependencies": {
"@firebase/functions-types": "0.1.0-canary.12e839d",
"@firebase/messaging-types": "0.1.2-canary.12e839d",
"@firebase/functions-types": "0.1.0-canary.14c2c4a",
"@firebase/messaging-types": "0.1.2-canary.14c2c4a",
"isomorphic-fetch": "^2.2.1"

@@ -64,0 +69,0 @@ },

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