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

@firebase/installations

Package Overview
Dependencies
Maintainers
5
Versions
2718
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.38cb158 to 0.1.1-canary.9a49973

.rpt2_cache/rpt2_613209ee846a3b74a09c1d42ecddbaaa8c947b6e/code/cache/03badcc63fb26f8163137b77902291b0b159b03c

4

dist/index.cjs.js

@@ -219,2 +219,4 @@ 'use strict';

var version = "0.1.1-canary.9a49973";
/**

@@ -237,3 +239,3 @@ * @license

var PENDING_TIMEOUT_MS = 10000;
var PACKAGE_VERSION = 'w:0.1.1-canary.38cb158'; // Will be replaced by Rollup
var PACKAGE_VERSION = "w:" + version;
var INTERNAL_AUTH_VERSION = 'FIS_v2';

@@ -240,0 +242,0 @@ var INSTALLATIONS_API_URL = 'https://firebaseinstallations.googleapis.com/v1';

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

var version = "0.1.1-canary.9a49973";
/**

@@ -231,3 +233,3 @@ * @license

var PENDING_TIMEOUT_MS = 10000;
var PACKAGE_VERSION = 'w:0.1.1-canary.38cb158'; // Will be replaced by Rollup
var PACKAGE_VERSION = "w:" + version;
var INTERNAL_AUTH_VERSION = 'FIS_v2';

@@ -234,0 +236,0 @@ var INSTALLATIONS_API_URL = 'https://firebaseinstallations.googleapis.com/v1';

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

const version = "0.1.1-canary.9a49973";
/**

@@ -23,3 +25,3 @@ * @license

const PENDING_TIMEOUT_MS = 10000;
const PACKAGE_VERSION = 'w:0.1.1-canary.38cb158'; // Will be replaced by Rollup
const PACKAGE_VERSION = `w:${version}`;
const INTERNAL_AUTH_VERSION = 'FIS_v2';

@@ -26,0 +28,0 @@ const INSTALLATIONS_API_URL = 'https://firebaseinstallations.googleapis.com/v1';

{
"name": "@firebase/installations",
"version": "0.1.1-canary.38cb158",
"version": "0.1.1-canary.9a49973",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"esm2017": "dist/index.esm2017.js",
"types": "dist/index.d.ts",
"types": "dist/src/index.d.ts",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",

@@ -35,4 +35,4 @@ "license": "Apache-2.0",

"rollup-plugin-commonjs": "9.3.4",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-resolve": "4.2.3",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.21.0",

@@ -49,10 +49,10 @@ "rollup-plugin-uglify": "6.0.2",

"peerDependencies": {
"@firebase/app": "0.4.1-canary.38cb158",
"@firebase/app-types": "0.4.0-canary.38cb158"
"@firebase/app": "0.4.1-canary.9a49973",
"@firebase/app-types": "0.4.0-canary.9a49973"
},
"dependencies": {
"@firebase/installations-types": "0.1.0-canary.38cb158",
"@firebase/util": "0.2.15-canary.38cb158",
"@firebase/installations-types": "0.1.0-canary.9a49973",
"@firebase/util": "0.2.15-canary.9a49973",
"idb": "3.0.2"
}
}

@@ -18,4 +18,4 @@ /**

import json from 'rollup-plugin-json';
import typescriptPlugin from 'rollup-plugin-typescript2';
import replace from 'rollup-plugin-replace';
import pkg from './package.json';

@@ -29,8 +29,3 @@ import typescript from 'typescript';

*/
const es5BuildPlugins = [
typescriptPlugin({ typescript }),
replace({
__VERSION__: pkg.version
})
];
const es5BuildPlugins = [typescriptPlugin({ typescript }), json()];

@@ -61,5 +56,3 @@ const es5Builds = [

}),
replace({
__VERSION__: pkg.version
})
json({ preferConst: true })
];

@@ -66,0 +59,0 @@

@@ -18,5 +18,7 @@ /**

import { version } from '../../package.json';
export const PENDING_TIMEOUT_MS = 10000;
export const PACKAGE_VERSION = 'w:__VERSION__'; // Will be replaced by Rollup
export const PACKAGE_VERSION = `w:${version}`;
export const INTERNAL_AUTH_VERSION = 'FIS_v2';

@@ -23,0 +25,0 @@

@@ -21,5 +21,4 @@ /**

import commonjs from 'rollup-plugin-commonjs';
import replace from 'rollup-plugin-replace';
import json from 'rollup-plugin-json';
import { uglify } from 'rollup-plugin-uglify';
import pkg from '../package.json';
import typescript from 'typescript';

@@ -44,5 +43,3 @@

}),
replace({
__VERSION__: pkg.version
}),
json(),
resolve(),

@@ -49,0 +46,0 @@ commonjs(),

@@ -6,2 +6,3 @@ {

"downlevelIteration": true,
"resolveJsonModule": true,

@@ -8,0 +9,0 @@ "strict": true,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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