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

@firebase/installations

Package Overview
Dependencies
Maintainers
6
Versions
2717
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/installations - npm Package Compare versions

Comparing version 0.1.1-canary.9f6dbc8 to 0.1.1-canary.a80cf4e

2

dist/index.cjs.js

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

var version = "0.1.1-canary.9f6dbc8";
var version = "0.1.1-canary.a80cf4e";

@@ -222,0 +222,0 @@ /**

@@ -213,3 +213,3 @@ import firebase from '@firebase/app';

var version = "0.1.1-canary.9f6dbc8";
var version = "0.1.1-canary.a80cf4e";

@@ -216,0 +216,0 @@ /**

@@ -5,3 +5,3 @@ import firebase from '@firebase/app';

const version = "0.1.1-canary.9f6dbc8";
const version = "0.1.1-canary.a80cf4e";

@@ -8,0 +8,0 @@ /**

@@ -20,6 +20,8 @@ /**

const files = ['src/**/*.test.ts'];
module.exports = function(config) {
config.set({
...karmaBase,
files: ['src/**/*.test.ts'],
files,
preprocessors: { '**/*.ts': ['webpack', 'sourcemap'] },

@@ -29,1 +31,3 @@ frameworks: ['mocha']

};
module.exports.files = files;
{
"name": "@firebase/installations",
"version": "0.1.1-canary.9f6dbc8",
"version": "0.1.1-canary.a80cf4e",
"main": "dist/index.cjs.js",

@@ -48,10 +48,10 @@ "module": "dist/index.esm.js",

"peerDependencies": {
"@firebase/app": "0.4.1-canary.9f6dbc8",
"@firebase/app-types": "0.4.0-canary.9f6dbc8"
"@firebase/app": "0.4.1-canary.a80cf4e",
"@firebase/app-types": "0.4.0-canary.a80cf4e"
},
"dependencies": {
"@firebase/installations-types": "0.1.0-canary.9f6dbc8",
"@firebase/util": "0.2.15-canary.9f6dbc8",
"@firebase/installations-types": "0.1.0-canary.a80cf4e",
"@firebase/util": "0.2.15-canary.a80cf4e",
"idb": "3.0.2"
}
}
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