Sign In

@memberjunction/lists-base

Package Overview
Dependencies
Maintainers
11
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@memberjunction/lists-base - npm Package Compare versions

Comparing version
5.51.0
to
6.1.0-edge.0
+7
LICENSE
ISC License
Copyright (c) 2023 MemberJunction
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+8
-8
{
"name": "@memberjunction/lists-base",
"type": "module",
"version": "5.51.0",
"version": "6.1.0-edge.0",
"description": "MemberJunction: Lists — shared TypeScript type surface used by the server-side @memberjunction/lists package, the GraphQL data provider client, and Angular UI consumers. Pure types/interfaces only; no runtime, isomorphic.",

@@ -11,8 +11,2 @@ "main": "dist/index.js",

],
"scripts": {
"build": "tsc && tsc-alias -f",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"author": "MemberJunction.com",

@@ -28,3 +22,9 @@ "license": "ISC",

"url": "https://github.com/MemberJunction/MJ"
},
"scripts": {
"build": "tsc && tsc-alias -f",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
}
}
}