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

@degen/schema

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@degen/schema - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

dist/constants/EventTypes.d.ts

11

dist/schema/events/PoapEventsSchema.js

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

const Platforms_1 = __importDefault(require("../../constants/Platforms"));
const EventTypes_1 = __importDefault(require("../../constants/EventTypes"));
const PoapEventsSchema = new mongoose_1.Schema({

@@ -48,2 +49,12 @@ eventName: String,

}],
eventType: {
type: String,
enum: [
EventTypes_1.default.BY_ATTENDANCE,
EventTypes_1.default.ALL_MEMBERS,
EventTypes_1.default.BY_ROLES,
EventTypes_1.default.BY_USER_ID,
],
required: true,
},
isManualDistribution: {

@@ -50,0 +61,0 @@ type: Boolean,

1

dist/schema/events/types/PoapEvent.d.ts

@@ -10,2 +10,3 @@ interface PoapEvent {

eligibleParticipants: EligibleParticipant[];
eventType: string;
isManualDistribution?: boolean;

@@ -12,0 +13,0 @@ discordEventMetadata?: DiscordEventMetadata;

8

LICENSE.md

@@ -10,6 +10,6 @@ Business Source License 1.1

Licensor: DEGEN Workgroup
Licensor: Solid Chain Technologies, LLC
Licensed Work: DEGEN
The Licensed Work is (c) 2022 DEGEN Workgroup
Licensed Work: DEGEN Schema
The Licensed Work is (c) 2022 Solid Chain Technologies, LLC

@@ -97,2 +97,2 @@ Change Date: The earliest of 2025-01-01

Source license. However, the Licensed Work will eventually be made available
under an Open Source License, as stated in this License.
under an Open Source License, as stated in this License.
{
"name": "@degen/schema",
"version": "1.0.3",
"version": "1.1.0",
"description": "Schema for degen",

@@ -21,3 +21,3 @@ "main": "dist/index.js",

"type": "git",
"url": "git+https://github.com/degen-workgroup/schema.git"
"url": "git+https://github.com/solid-chain/schema"
},

@@ -27,5 +27,5 @@ "author": "Brian Patino <patinobrian@gmail.com>",

"bugs": {
"url": "https://github.com/degen-workgroup/schema/issues"
"url": "https://github.com/solid-chain/schema/issues"
},
"homepage": "https://github.com/degen-workgroup/schema#readme",
"homepage": "https://github.com/solid-chain/schema#readme",
"dependencies": {

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

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