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

@firebase/util

Package Overview
Dependencies
Maintainers
3
Versions
3211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/util - npm Package Compare versions

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';

2

package.json
{
"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

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