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

@descope/sdk-mixins

Package Overview
Dependencies
Maintainers
3
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@descope/sdk-mixins - npm Package Compare versions

Comparing version 0.1.22 to 0.1.23

2

dist/cjs/index.cjs.js

@@ -45,3 +45,3 @@ 'use strict';

const missingAttrValidator = (attrName, value) => !value && `${attrName} cannot be empty`;
const missingAttrValidator = (attrName, value) => !value && `${attrName} cannot be empty, please make sure to set this attribute`;

@@ -48,0 +48,0 @@ const initLifecycleMixin = sdkHelpers.createSingletonMixin((superclass) => { var _InitLifecycleMixinClass_isInit, _a; return _a = class InitLifecycleMixinClass extends superclass {

@@ -43,3 +43,3 @@ import { __classPrivateFieldGet, __classPrivateFieldSet } from 'tslib';

const missingAttrValidator = (attrName, value) => !value && `${attrName} cannot be empty`;
const missingAttrValidator = (attrName, value) => !value && `${attrName} cannot be empty, please make sure to set this attribute`;

@@ -46,0 +46,0 @@ const initLifecycleMixin = createSingletonMixin((superclass) => { var _InitLifecycleMixinClass_isInit, _a; return _a = class InitLifecycleMixinClass extends superclass {

{
"name": "@descope/sdk-mixins",
"version": "0.1.22",
"version": "0.1.23",
"author": "Descope Team <info@descope.com>",

@@ -45,3 +45,3 @@ "homepage": "https://github.com/descope/sdk-mixins",

"@types/jest": "^29.0.0",
"@types/node": "20.11.29",
"@types/node": "20.11.30",
"@types/js-cookie": "^3.0.2",

@@ -86,4 +86,4 @@ "@typescript-eslint/parser": "^7.0.0",

"tslib": "2.6.2",
"@descope/sdk-helpers": "0.1.18",
"@descope/sdk-component-drivers": "0.1.18"
"@descope/sdk-helpers": "0.1.19",
"@descope/sdk-component-drivers": "0.1.19"
},

@@ -90,0 +90,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

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