Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@boozybats/shared

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boozybats/shared - npm Package Compare versions

Comparing version 1.1.2 to 1.1.5

index.d.ts

2

lib/botToUserInfo/type.d.ts
import { Document } from 'mongoose';
import { BanInfo, PaginationInfo, PaymentInfo } from '../types';
import { MenuContext } from '../types/menu.type';
import { MenuContext } from '../types';
export interface BotToUserInfo extends Document {

@@ -5,0 +5,0 @@ token: string;

@@ -33,2 +33,3 @@ import { GameKey, ServiceSettings } from './types';

export * from './helpers';
export * from './types';
export * from './bot';

@@ -35,0 +36,0 @@ export * from './botToUserInfo';

@@ -109,2 +109,3 @@ "use strict";

__exportStar(require("./helpers"), exports);
__exportStar(require("./types"), exports);
__exportStar(require("./bot"), exports);

@@ -111,0 +112,0 @@ __exportStar(require("./botToUserInfo"), exports);

@@ -9,1 +9,2 @@ export * from './schema.type';

export * from './stack.type';
export * from './menu.type';

@@ -21,2 +21,3 @@ "use strict";

__exportStar(require("./stack.type"), exports);
__exportStar(require("./menu.type"), exports);
//# sourceMappingURL=index.js.map

@@ -6,3 +6,3 @@ import { SubscriptionDuration } from './service.type';

botToken: string;
asset: Asset | null;
asset: string | null;
provider: string;

@@ -9,0 +9,0 @@ duration?: SubscriptionDuration;

{
"name": "@boozybats/shared",
"version": "1.1.2",
"version": "1.1.5",
"description": "private shared package",
"main": "lib/index.js",
"types": "lib/**/*.d.ts",
"scripts": {
"version:up": "standard-version --skip.changelog",
"tsc:start": "tsc -p ./tsconfig.json",
"lint:fix": "eslint --fix ./src",
"prettier:fix": "prettier --write .",
"pre-commit": "npm run prettier:fix && npm run lint:fix && npm run tsc:start"
"api-extractor:start": "npx api-extractor run",
"pre-commit": "npm run prettier:fix && npm run lint:fix && npm run tsc:start && npm run api-extractor:start"
},

@@ -16,2 +17,3 @@ "author": "",

"devDependencies": {
"@microsoft/api-extractor": "^7.36.4",
"@typescript-eslint/eslint-plugin": "5.59.6",

@@ -18,0 +20,0 @@ "@typescript-eslint/parser": "5.62.0",

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