@firebase/installations
Advanced tools
Comparing version 0.1.2-0 to 0.1.2-canary.412cff9
@@ -12,3 +12,3 @@ 'use strict'; | ||
var version = "0.1.2-0"; | ||
var version = "0.1.2-canary.412cff9"; | ||
@@ -15,0 +15,0 @@ /** |
@@ -7,3 +7,3 @@ import firebase from '@firebase/app'; | ||
var version = "0.1.2-0"; | ||
var version = "0.1.2-canary.412cff9"; | ||
@@ -10,0 +10,0 @@ /** |
@@ -5,3 +5,3 @@ import firebase from '@firebase/app'; | ||
const version = "0.1.2-0"; | ||
const version = "0.1.2-canary.412cff9"; | ||
@@ -8,0 +8,0 @@ /** |
@@ -28,3 +28,8 @@ /** | ||
} | ||
export declare const ERROR_FACTORY: ErrorFactory<ErrorCode>; | ||
interface ErrorParams { | ||
[ErrorCode.REQUEST_FAILED]: { | ||
requestName: string; | ||
} & ServerErrorData; | ||
} | ||
export declare const ERROR_FACTORY: ErrorFactory<ErrorCode, ErrorParams>; | ||
export interface ServerErrorData { | ||
@@ -38,1 +43,2 @@ serverCode: number; | ||
export declare function isServerError(error: unknown): error is ServerError; | ||
export {}; |
{ | ||
"name": "@firebase/installations", | ||
"version": "0.1.2-0", | ||
"version": "0.1.2-canary.412cff9", | ||
"main": "dist/index.cjs.js", | ||
@@ -48,8 +48,8 @@ "module": "dist/index.esm.js", | ||
"peerDependencies": { | ||
"@firebase/app": "0.x", | ||
"@firebase/app-types": "0.x" | ||
"@firebase/app": "0.4.2-canary.412cff9", | ||
"@firebase/app-types": "0.4.0-canary.412cff9" | ||
}, | ||
"dependencies": { | ||
"@firebase/installations-types": "0.1.0", | ||
"@firebase/util": "0.2.16-0", | ||
"@firebase/installations-types": "0.1.0-canary.412cff9", | ||
"@firebase/util": "0.2.16-canary.412cff9", | ||
"idb": "3.0.2", | ||
@@ -56,0 +56,0 @@ "tslib": "1.9.3" |
@@ -46,3 +46,9 @@ /** | ||
export const ERROR_FACTORY = new ErrorFactory( | ||
interface ErrorParams { | ||
[ErrorCode.REQUEST_FAILED]: { | ||
requestName: string; | ||
} & ServerErrorData; | ||
} | ||
export const ERROR_FACTORY = new ErrorFactory<ErrorCode, ErrorParams>( | ||
SERVICE, | ||
@@ -49,0 +55,0 @@ SERVICE_NAME, |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 33 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 33 instances in 1 package
9
622700
253
6825
+ Added@firebase/app@0.4.2-canary.412cff9(transitive)
+ Added@firebase/app-types@0.4.0-canary.412cff9(transitive)
+ Added@firebase/installations-types@0.1.0-canary.412cff9(transitive)
+ Added@firebase/logger@0.1.14-canary.412cff9(transitive)
+ Added@firebase/util@0.2.16-canary.412cff9(transitive)
+ Addeddom-storage@2.1.0(transitive)
+ Addedxmlhttprequest@1.8.0(transitive)
- Removed@firebase/app@0.10.17(transitive)
- Removed@firebase/app-types@0.9.3(transitive)
- Removed@firebase/component@0.6.11(transitive)
- Removed@firebase/installations-types@0.1.0(transitive)
- Removed@firebase/logger@0.4.4(transitive)
- Removed@firebase/util@0.2.16-01.10.2(transitive)
- Removedidb@7.1.1(transitive)
- Removedtslib@2.8.1(transitive)