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

@coveo/auth

Package Overview
Dependencies
Maintainers
16
Versions
467
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coveo/auth - npm Package Compare versions

Comparing version 1.8.1 to 1.9.0

18

dist/auth.js

@@ -19,25 +19,13 @@ /**

var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
var __export = (target, all) => {
__markAsModule(target);
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/auth.ts
var auth_exports = {};
__export(auth_exports, {
__export(exports, {
buildSamlClient: () => buildSamlClient
});
module.exports = __toCommonJS(auth_exports);

@@ -44,0 +32,0 @@ // src/saml/browser-fetch.ts

5

package.json
{
"name": "@coveo/auth",
"private": false,
"version": "1.8.1",
"version": "1.9.0",
"description": "Functions to help authenticate with the Coveo platform.",

@@ -40,6 +40,3 @@ "main": "./dist/auth.js",

"devDependencies": {
"@types/jest": "27.5.1",
"jest": "27.5.1",
"rimraf": "3.0.2",
"ts-jest": "27.1.4",
"vite": "2.9.9"

@@ -46,0 +43,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