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.0.3 to 1.0.4

4

dist/main.d.ts

@@ -1,2 +0,2 @@

declare namespace Check {
export declare namespace Check {
const objectIdRegex: RegExp;

@@ -10,3 +10,3 @@ const flagRegex: RegExp;

}
declare namespace Model {
export declare namespace Model {
interface DiscordUser {

@@ -13,0 +13,0 @@ id: string;

@@ -1,3 +0,2 @@

"use strict";
var Check;
export var Check;
(function (Check) {

@@ -4,0 +3,0 @@ Check.objectIdRegex = /[a-f0-9]{24}/;

{
"name": "ciam-commons",
"version": "1.0.3",
"version": "1.0.4",
"description": "Common types and functions for CIAM",

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

@@ -1,2 +0,2 @@

namespace Check {
export namespace Check {

@@ -25,3 +25,3 @@ export const objectIdRegex: RegExp = /[a-f0-9]{24}/;

namespace Model {
export namespace Model {

@@ -28,0 +28,0 @@ export interface DiscordUser {

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