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

@nativescript/firebase-core

Package Overview
Dependencies
Maintainers
19
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nativescript/firebase-core - npm Package Compare versions

Comparing version 1.0.0-alpha.42 to 1.0.0

2

package.json
{
"name": "@nativescript/firebase-core",
"version": "1.0.0-alpha.42",
"version": "1.0.0",
"description": "NativeScript Firebase - Core",

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

@@ -19,3 +19,3 @@ # @nativescript/firebase-core

import { firebase } from '@nativescript/firebase-core'
const defaultApp = firebase().initializeApp()
const defaultApp = await firebase().initializeApp();
```

@@ -28,3 +28,3 @@

const config = new FirebaseOptions()
const secondaryApp = firebase().initializeApp(config, 'SECONDARY_APP')
const secondaryApp = await firebase().initializeApp(config, 'SECONDARY_APP');
```

@@ -31,0 +31,0 @@

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