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

@ordergroove/auth

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ordergroove/auth - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

8

CHANGELOG.md

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

## [2.3.2](https://github.com/evasilchenko/demo/tree/master/packages/auth/compare/@ordergroove/auth@2.3.1...@ordergroove/auth@2.3.2) (2023-12-07)
**Note:** Version bump only for package @ordergroove/auth
## [2.3.1](https://github.com/evasilchenko/demo/tree/master/packages/auth/compare/@ordergroove/auth@2.3.0...@ordergroove/auth@2.3.1) (2023-11-28)

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

4

package.json
{
"name": "@ordergroove/auth",
"version": "2.3.1",
"version": "2.3.2",
"description": "",

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

"license": "ISC",
"gitHead": "1b08ceb2cca573488a040e8645304a446d72cd31"
"gitHead": "521fa43f980842f76be9c12ab20ed6473ab905f7"
}
import fetchMock from 'fetch-mock';
import { resolveAuth } from './index';
describe('AuthIframe', function() {
describe('AuthIframe - 200 response', function() {
beforeEach(() => {

@@ -90,3 +90,3 @@ fetchMock.mock('/auth', {

describe('AuthIframe', function() {
describe('AuthIframe - 404 response', function() {
beforeEach(() => {

@@ -93,0 +93,0 @@ fetchMock.mock('/auth', {

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