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

ciam-commons

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ciam-commons - npm Package Compare versions

Comparing version 1.10.3 to 1.11.0

1

dist/permissions/Permission.d.ts
export declare class PermissionError extends Error {
missing: Array<Flag> | Array<String>;
constructor(missing: Array<string> | Array<Flag> | undefined);

@@ -3,0 +4,0 @@ }

import { flag } from '../checks/Check';
import { unique } from '../utils/Utils';
export class PermissionError extends Error {
missing;
constructor(missing) {
super(`Missing permissions: ${(missing || []).join(', ')}`);
this.name = 'PermissionError';
this.missing = missing || [];
}

@@ -8,0 +10,0 @@ }

2

package.json
{
"name": "ciam-commons",
"version": "1.10.3",
"version": "1.11.0",
"description": "Common types and functions for CIAM",

@@ -5,0 +5,0 @@ "scripts": {

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