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

@doctadevs/knex

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@doctadevs/knex - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

3

dist/transforms/training.d.ts
import { Training } from '@doctadevs/types';
declare const _default: ({ training_id: id, name, slug, description, training_type_id: trainingTypeId, training_type_name: trainingTypeName, training_cohort_id: trainingCohortId, start_date: trainingCohortStartDate, end_date: trainingCohortEndDate, max_enrollments_allowed: trainingCohortMaxEnrollmentsAllowed, teacher_id: teacherId, teacher_first_name: teacherFirstName, teacher_last_name: teacherLastName, teacher_full_name: teacherFullName, teacher_gender: teacherGender, training_cohort_schedule_id: scheduleId, schedule_monday: scheduleMonday, schedule_tuesday: scheduleTuesday, schedule_wednesday: scheduleWednesday, schedule_thursday: scheduleThursday, schedule_friday: scheduleFriday, schedule_saturday: scheduleSaturday, schedule_sunday: scheduleSunday, schedule_start_time: scheduleStartTime, schedule_end_time: scheduleEndTime, schedule_description: scheduleDescription, }: {
declare const _default: ({ training_id: id, name, slug, description, training_type_id: trainingTypeId, training_type_name: trainingTypeName, training_cohort_id: trainingCohortId, start_date: trainingCohortStartDate, end_date: trainingCohortEndDate, training_duration_description: trainingCohortDurationDescription, max_enrollments_allowed: trainingCohortMaxEnrollmentsAllowed, teacher_id: teacherId, teacher_first_name: teacherFirstName, teacher_last_name: teacherLastName, teacher_full_name: teacherFullName, teacher_gender: teacherGender, training_cohort_schedule_id: scheduleId, schedule_monday: scheduleMonday, schedule_tuesday: scheduleTuesday, schedule_wednesday: scheduleWednesday, schedule_thursday: scheduleThursday, schedule_friday: scheduleFriday, schedule_saturday: scheduleSaturday, schedule_sunday: scheduleSunday, schedule_start_time: scheduleStartTime, schedule_end_time: scheduleEndTime, schedule_description: scheduleDescription, }: {
training_id: any;

@@ -12,2 +12,3 @@ name: any;

end_date: any;
training_duration_description: any;
max_enrollments_allowed: any;

@@ -14,0 +15,0 @@ teacher_id: any;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ({ training_id: id, name, slug, description, training_type_id: trainingTypeId, training_type_name: trainingTypeName, training_cohort_id: trainingCohortId, start_date: trainingCohortStartDate, end_date: trainingCohortEndDate, max_enrollments_allowed: trainingCohortMaxEnrollmentsAllowed, teacher_id: teacherId, teacher_first_name: teacherFirstName, teacher_last_name: teacherLastName, teacher_full_name: teacherFullName, teacher_gender: teacherGender, training_cohort_schedule_id: scheduleId, schedule_monday: scheduleMonday, schedule_tuesday: scheduleTuesday, schedule_wednesday: scheduleWednesday, schedule_thursday: scheduleThursday, schedule_friday: scheduleFriday, schedule_saturday: scheduleSaturday, schedule_sunday: scheduleSunday, schedule_start_time: scheduleStartTime, schedule_end_time: scheduleEndTime, schedule_description: scheduleDescription, }) => ({
exports.default = ({ training_id: id, name, slug, description, training_type_id: trainingTypeId, training_type_name: trainingTypeName, training_cohort_id: trainingCohortId, start_date: trainingCohortStartDate, end_date: trainingCohortEndDate, training_duration_description: trainingCohortDurationDescription, max_enrollments_allowed: trainingCohortMaxEnrollmentsAllowed, teacher_id: teacherId, teacher_first_name: teacherFirstName, teacher_last_name: teacherLastName, teacher_full_name: teacherFullName, teacher_gender: teacherGender, training_cohort_schedule_id: scheduleId, schedule_monday: scheduleMonday, schedule_tuesday: scheduleTuesday, schedule_wednesday: scheduleWednesday, schedule_thursday: scheduleThursday, schedule_friday: scheduleFriday, schedule_saturday: scheduleSaturday, schedule_sunday: scheduleSunday, schedule_start_time: scheduleStartTime, schedule_end_time: scheduleEndTime, schedule_description: scheduleDescription, }) => ({
id,

@@ -17,2 +17,3 @@ name,

endDate: trainingCohortEndDate,
durationDescription: trainingCohortDurationDescription,
teacher: {

@@ -19,0 +20,0 @@ id: teacherId,

{
"name": "@doctadevs/knex",
"version": "0.0.21",
"version": "0.0.22",
"main": "dist/index.js",

@@ -33,3 +33,3 @@ "types": "dist/index.d.ts",

"dependencies": {
"@doctadevs/types": "^0.0.25",
"@doctadevs/types": "^0.0.27",
"@doctadevs/utils": "^0.0.8",

@@ -36,0 +36,0 @@ "knex": "^0.95.6",

@@ -13,2 +13,3 @@ import { Training } from '@doctadevs/types';

end_date: trainingCohortEndDate,
training_duration_description: trainingCohortDurationDescription,
max_enrollments_allowed: trainingCohortMaxEnrollmentsAllowed,

@@ -46,2 +47,3 @@ teacher_id: teacherId,

endDate: trainingCohortEndDate,
durationDescription: trainingCohortDurationDescription,
teacher: {

@@ -48,0 +50,0 @@ id: teacherId,

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