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.1 to 1.1.2

7

lib/index.d.ts

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

export * from './helpers';
export * from './bot';
export * from './botToUserInfo';
export * from './chat';
export * from './hotMapRecord';
export * from './plant';
export * from './recipe';
export * from './user';

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

__exportStar(require("./helpers"), exports);
__exportStar(require("./bot"), exports);
__exportStar(require("./botToUserInfo"), exports);
__exportStar(require("./chat"), exports);
__exportStar(require("./hotMapRecord"), exports);
__exportStar(require("./plant"), exports);
__exportStar(require("./recipe"), exports);
__exportStar(require("./user"), exports);
//# sourceMappingURL=index.js.map

8

package.json
{
"name": "@boozybats/shared",
"version": "1.1.1",
"description": "",
"version": "1.1.2",
"description": "private shared package",
"main": "lib/index.js",

@@ -9,3 +9,3 @@ "types": "lib/**/*.d.ts",

"tsc:start": "tsc -p ./tsconfig.json",
"lint:fix": "eslint --fix .",
"lint:fix": "eslint --fix ./src",
"prettier:fix": "prettier --write .",

@@ -22,3 +22,2 @@ "pre-commit": "npm run prettier:fix && npm run lint:fix && npm run tsc:start"

"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.3",
"jest": "29.6.2",

@@ -30,2 +29,3 @@ "prettier": "2.8.8",

"dependencies": {
"husky": "^8.0.3",
"mongo": "0.1.0",

@@ -32,0 +32,0 @@ "mongoose": "7.4.3"

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