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

@coveo/auth

Package Overview
Dependencies
Maintainers
14
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.1.11 to 1.1.12

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.1.12](https://github.com/coveo/ui-kit/compare/@coveo/auth@1.1.11...@coveo/auth@1.1.12) (2022-05-18)
**Note:** Version bump only for package @coveo/auth
## [1.1.11](https://github.com/coveo/ui-kit/compare/@coveo/auth@1.1.10...@coveo/auth@1.1.11) (2022-03-25)

@@ -8,0 +16,0 @@

18

dist/auth.js

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

var __defProp = Object.defineProperty;
var __markAsModule = (target) => __defProp(target, "__esModule", { value: true });
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
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
__export(exports, {
var auth_exports = {};
__export(auth_exports, {
buildSamlClient: () => buildSamlClient
});
module.exports = __toCommonJS(auth_exports);

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

10

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

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

"devDependencies": {
"@types/jest": "27.0.3",
"jest": "27.3.0",
"@types/jest": "27.5.1",
"jest": "27.5.1",
"rimraf": "3.0.2",
"ts-jest": "27.0.7",
"vite": "2.6.14"
"ts-jest": "27.1.4",
"vite": "2.9.9"
},

@@ -47,0 +47,0 @@ "engines": {

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