@firebase/util
Advanced tools
Comparing version 0.1.7-canary.c647fe4 to 0.1.7-canary.fca1076
31
index.ts
@@ -22,7 +22,24 @@ /** | ||
export { Deferred } from './src/deferred'; | ||
export { getUA, isMobileCordova, isNodeSdk, isReactNative } from './src/environment'; | ||
export { ErrorFactory, ErrorList, FirebaseError, patchCapture, StringLike } from './src/errors'; | ||
export { | ||
getUA, | ||
isMobileCordova, | ||
isNodeSdk, | ||
isReactNative | ||
} from './src/environment'; | ||
export { | ||
ErrorFactory, | ||
ErrorList, | ||
FirebaseError, | ||
patchCapture, | ||
StringLike | ||
} from './src/errors'; | ||
export { jsonEval, stringify } from './src/json'; | ||
export { decode, isAdmin, issuedAtTime, isValidFormat, isValidTimestamp } from './src/jwt'; | ||
export { | ||
decode, | ||
isAdmin, | ||
issuedAtTime, | ||
isValidFormat, | ||
isValidTimestamp | ||
} from './src/jwt'; | ||
export { | ||
clone, | ||
@@ -58,3 +75,9 @@ contains, | ||
} from './src/subscribe'; | ||
export { errorPrefix, validateArgCount, validateCallback, validateContextObject, validateNamespace } from './src/validation'; | ||
export { | ||
errorPrefix, | ||
validateArgCount, | ||
validateCallback, | ||
validateContextObject, | ||
validateNamespace | ||
} from './src/validation'; | ||
export { stringLength, stringToByteArray } from './src/utf8'; |
{ | ||
"name": "@firebase/util", | ||
"version": "0.1.7-canary.c647fe4", | ||
"version": "0.1.7-canary.fca1076", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
548154
8367
0