Socket
Socket
Sign inDemoInstall

@prismicio/auth-context

Package Overview
Dependencies
1
Maintainers
28
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

8

dist/types/Context.d.ts

@@ -101,4 +101,2 @@ import { z } from "zod";

domain: z.ZodString;
/** Timestamp or date indicator for the context's relevance or creation. */
date: z.ZodNumber;
/** Application name associated with this M2M context. */

@@ -127,3 +125,2 @@ appName: z.ZodString;

};
date: number;
domain: string;

@@ -134,3 +131,2 @@ appName: string;

repository: string;
date: number;
domain: string;

@@ -222,4 +218,2 @@ appName: string;

domain: z.ZodString;
/** Timestamp or date indicator for the context's relevance or creation. */
date: z.ZodNumber;
/** Application name associated with this M2M context. */

@@ -248,3 +242,2 @@ appName: z.ZodString;

};
date: number;
domain: string;

@@ -255,3 +248,2 @@ appName: string;

repository: string;
date: number;
domain: string;

@@ -258,0 +250,0 @@ appName: string;

2

dist/types/Context.js

@@ -33,4 +33,2 @@ import { z } from "zod";

domain: z.string(),
/** Timestamp or date indicator for the context's relevance or creation. */
date: z.number(),
/** Application name associated with this M2M context. */

@@ -37,0 +35,0 @@ appName: z.string(),

4

package.json
{
"name": "@prismicio/auth-context",
"version": "0.0.6",
"version": "0.0.7",
"description": "Validate Prismic Context",

@@ -81,2 +81,2 @@ "keywords": [

}
}
}

@@ -66,5 +66,2 @@ import { z } from "zod";

/** Timestamp or date indicator for the context's relevance or creation. */
date: z.number(),
/** Application name associated with this M2M context. */

@@ -71,0 +68,0 @@ appName: z.string(),

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc