New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cape-firebase

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cape-firebase - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

1

lib/init.js

@@ -29,4 +29,5 @@ 'use strict';

return _extends({}, (0, _initUtils2.default)(_firebase2.default, config), {
TIMESTAMP: _firebase2.default.database.ServerValue.TIMESTAMP,
googleAuth: googleAuth
});
}

4

lib/initUtils.js

@@ -18,3 +18,2 @@ 'use strict';

var db = fireApp.database().ref();
var TIMESTAMP = fireApp.database.ServerValue.TIMESTAMP;
return {

@@ -25,5 +24,4 @@ auth: fireApp.auth(),

getFileUrl: getFileUrl(storageBucket),
storage: fireApp.storage().ref(),
TIMESTAMP: TIMESTAMP
storage: fireApp.storage().ref()
};
}
{
"name": "cape-firebase",
"version": "0.1.1",
"version": "0.1.2",
"description": "Help integrate CAPE redux projects with Firebase.",

@@ -5,0 +5,0 @@ "main": "lib/index",

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