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

bf-legal-task

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bf-legal-task - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

24

dist/index.js

@@ -0,1 +1,25 @@

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const legalize_1 = __importDefault(require("legalize"));
const bf_val_1 = require("bf-val");
const bf_types_1 = require("bf-types");
exports.taskResult = legalize_1.default.object().keys({
id: bf_val_1.UUID,
name: legalize_1.default.string()
});
exports.taskSchema = {
id: bf_val_1.UUID,
organization: bf_val_1.moduleObject,
task: legalize_1.default.string(),
contact: bf_val_1.moduleObject,
assignee: bf_val_1.moduleObject,
related_module: bf_val_1.moduleObject,
status: bf_val_1.fromEnum(bf_types_1.TaskStatuses),
owner: bf_val_1.moduleObject,
results: legalize_1.default.array().includes(exports.taskResult),
classes: legalize_1.default.array().includes(bf_types_1.TaskClasses)
};
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "bf-legal-task",
"version": "1.0.1",
"version": "1.0.2",
"description": "Validator Objects for Block 5 Tasks",

@@ -5,0 +5,0 @@ "main": "dist/index",

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