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

@flamelink/sdk-users

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flamelink/sdk-users - npm Package Compare versions

Comparing version 1.0.0-alpha.11 to 1.0.0-alpha.13

5

dist/cf/index.js

@@ -2139,3 +2139,6 @@ import flamelink from '@flamelink/sdk-app';

: data;
return [4, api.ref(uid).set(payload)];
return [4, api
.ref()
.doc(uid)
.set(payload)];
case 1:

@@ -2142,0 +2145,0 @@ _b.sent();

@@ -2143,3 +2143,6 @@ 'use strict';

: data;
return [4, api.ref(uid).set(payload)];
return [4, api
.ref()
.doc(uid)
.set(payload)];
case 1:

@@ -2146,0 +2149,0 @@ _b.sent();

@@ -2139,3 +2139,6 @@ import flamelink from '@flamelink/sdk-app';

: data;
return [4, api.ref(uid).set(payload)];
return [4, api
.ref()
.doc(uid)
.set(payload)];
case 1:

@@ -2142,0 +2145,0 @@ _b.sent();

4

package.json
{
"name": "@flamelink/sdk-users",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.13",
"publishConfig": {

@@ -40,3 +40,3 @@ "access": "public"

},
"gitHead": "ca9ad652cd3067b0b85e9f05004f9cfdca456b4c"
"gitHead": "c43239f50fc920887dc9765061c21fc362ad11d6"
}
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