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.2 to 1.0.3

dist/CqlLibrary.d.ts

1

dist/index.d.ts

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

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

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

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

3

package.json
{
"name": "@madie/madie-models",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -33,3 +33,2 @@ "scripts": {

}
}
# MADiE Typescript Models
madie-models is for including the Typescript models that can be shared between projects.

@@ -18,4 +19,4 @@

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",```
`"@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