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

@madie/madie-models

Package Overview
Dependencies
Maintainers
6
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@madie/madie-models - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

dist/index.d.ts

@@ -5,1 +5,2 @@ export * from "./Measure";

export * from "./Model";
export * from "./TestCase";

@@ -21,1 +21,2 @@ "use strict";

__exportStar(require("./Model"), exports);
__exportStar(require("./TestCase"), exports);

2

dist/TestCase.d.ts
import { MeasurePopulation } from "./MeasurePopulation";
export default interface TestCase {
export interface TestCase {
id: string;

@@ -4,0 +4,0 @@ title: string;

{
"name": "@madie/madie-models",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {

@@ -0,8 +1,20 @@

# MADiE Typescript Models
madie-models is for including the Typescript models that can be shared between projects.
npm run build
npm run lint
npm run test
npm run coverage
- npm install
- npm run build
- npm run lint
- npm run test
- npm run coverage
Create a PR for merge to main with a Title of "Release x.y.z" and the npm-publish github workflow will be executed.
Create a PR for merge to main with a Title of "Release x.y.z" and the npm-publish github workflow will be executed.
To enable local development:
- npm install
- npm run build
In the package.json, for the app you are integrating with, replace
```"@madie/madie-models": "^0.0.5",```
with
```"@madie/madie-models": "../madie-models/dist",```
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