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

bs-onegraph-auth

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bs-onegraph-auth - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

bsconfig.json
{
"name": "bs-onegraph-auth",
"version": "0.0.3",
"version": "0.0.4",
"sources": [

@@ -5,0 +5,0 @@ {

{
"name": "bs-onegraph-auth",
"version": "0.0.3",
"version": "0.0.4",
"description": "Bucklescript bindings for the OneGraph auth library",

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

// Generated by BUCKLESCRIPT VERSION 5.0.6, PLEASE EDIT WITH CARE
'use strict';
var $$Array = require("bs-platform/lib/js/array.js");
var Js_dict = require("bs-platform/lib/js/js_dict.js");
var Js_null_undefined = require("bs-platform/lib/js/js_null_undefined.js");
function findMissingAuthServices(auth, resultIsh) {
return $$Array.to_list(auth._findMissingAuthServices(resultIsh));
}
function logout(auth, service, foreignUserId, param) {

@@ -24,2 +29,3 @@ return auth.logout(service, Js_null_undefined.fromOption(foreignUserId));

exports.findMissingAuthServices = findMissingAuthServices;
exports.logout = logout;

@@ -26,0 +32,0 @@ exports.authHeaders = authHeaders;

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