New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.9 to 1.3.10

1

index.d.ts

@@ -589,2 +589,3 @@ import { Document as Document_2 } from 'mongoose';

};
pandoraBlockedAt: number | null;
achievements: {

@@ -591,0 +592,0 @@ name: Achievement;

@@ -419,2 +419,7 @@ "use strict";

},
pandoraBlockedAt: {
required: false,
default: 0,
type: Number,
},
achievements: {

@@ -421,0 +426,0 @@ required: false,

@@ -60,2 +60,3 @@ import { Document } from 'mongoose';

};
pandoraBlockedAt: number | null;
achievements: {

@@ -62,0 +63,0 @@ name: Achievement;

2

package.json
{
"name": "@boozybats/shared",
"version": "1.3.9",
"version": "1.3.10",
"description": "private shared package",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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