New:Socket for Asana Is Now Available.Learn more
Get Started

@eucompliance/docs-generator

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eucompliance/docs-generator - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+16
LICENSE
EUROPEAN UNION PUBLIC LICENCE v. 1.2
EUPL (c) the European Union 2007, 2016
This European Union Public Licence (the 'EUPL') applies to the Work (as
defined below) which is provided under the terms of this Licence. Any use of
the Work, other than as authorised under this Licence is prohibited (to the
extent such use is covered by a right of the copyright holder of the Work).
The Work is provided under the terms of this Licence when the Licensor (as
defined below) has placed the following notice immediately following the
copyright notice for the Work: "Licensed under the EUPL", or has expressed by
any other means his willingness to license under the EUPL.
Full licence text: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
SPDX-License-Identifier: EUPL-1.2
+16
-12
{
"name": "@eucompliance/docs-generator",
"version": "0.1.0",
"version": "0.1.1",
"description": "Generates Annex IV technical documentation, accessibility statements, and compliance reports",

@@ -15,3 +15,16 @@ "license": "EUPL-1.2",

},
"files": ["dist", "README.md", "LICENSE"],
"files": [
"dist",
"README.md",
"LICENSE"
],
"dependencies": {
"@eucompliance/ai-act-classifier": "0.1.0",
"@eucompliance/accessibility-bridge": "0.1.1",
"@eucompliance/fria-generator": "0.1.1"
},
"devDependencies": {
"typescript": "^5.7.0",
"vitest": "^3.0.0"
},
"scripts": {

@@ -23,12 +36,3 @@ "build": "tsc",

"lint": "tsc --noEmit"
},
"dependencies": {
"@eucompliance/ai-act-classifier": "workspace:*",
"@eucompliance/accessibility-bridge": "workspace:*",
"@eucompliance/fria-generator": "workspace:*"
},
"devDependencies": {
"typescript": "^5.7.0",
"vitest": "^3.0.0"
}
}
}