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

@doctadevs/types

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@doctadevs/types - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

2

dist/types/training.d.ts

@@ -0,1 +1,2 @@

import { PriceCalculationResponse } from './price-calculation-response';
import { TrainingCohort } from './training-cohort';

@@ -10,2 +11,3 @@ import { TrainingType } from './training-type';

cohorts: TrainingCohort[];
price?: PriceCalculationResponse;
};

2

package.json
{
"name": "@doctadevs/types",
"version": "0.0.25",
"version": "0.0.26",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -0,1 +1,2 @@

import { PriceCalculationResponse } from './price-calculation-response';
import { TrainingCohort } from './training-cohort';

@@ -11,2 +12,3 @@ import { TrainingType } from './training-type';

cohorts: TrainingCohort[];
price?: PriceCalculationResponse;
};
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