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

@vot.js/shared

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vot.js/shared - npm Package Compare versions

Comparing version 2.0.14 to 2.0.15

2

dist/data/config.js

@@ -11,3 +11,3 @@ export default {

loggerLevel: 1,
version: "2.0.14",
version: "2.0.15",
};

@@ -23,2 +23,8 @@ import { Type, Static, TSchema } from '@sinclair/typebox'

Type.Literal("false")
])
])
export type GraphQL<T extends TSchema> = Static<ReturnType<typeof GraphQL<T>>>
export const GraphQL = <T extends TSchema>(T: T) => Type.Object({
data: T,
extensions: Type.Optional(Type.Unknown())
})

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

import { GraphQL } from "../utils.js";
export declare enum TypeName {

@@ -19,6 +20,3 @@ Channel = "Channel",

};
export type GraphQLResponse = {
data: Record<OperationName, VideoInfo>;
extensions: unknown;
};
export type GetVideoResponse = GraphQL<Record<OperationName, VideoInfo>>;
//# sourceMappingURL=bannedvideo.d.ts.map

@@ -5,2 +5,6 @@ export type ISODate = string;

export type StringBoolean = "true" | "false";
export type GraphQL<T> = {
data: T;
extensions?: unknown;
};
//# sourceMappingURL=utils.d.ts.map
{
"name": "@vot.js/shared",
"description": "shared for all @vot.js package",
"version": "2.0.14",
"version": "2.0.15",
"author": "Toil",

@@ -6,0 +6,0 @@ "license": "MIT",

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