Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@mitre/hdf-diff

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mitre/hdf-diff - npm Package Compare versions

Comparing version
2.0.0
to
3.0.0
+15
-15
package.json
{
"name": "@mitre/hdf-diff",
"version": "2.0.0",
"version": "3.0.0",
"description": "Structured comparison of HDF evaluation results — tracks what changed, why, and by how much",

@@ -20,2 +20,14 @@ "publishConfig": {

],
"scripts": {
"build": "pnpm clean && tsc",
"clean": "rimraf dist",
"test": "pnpm run test:ts",
"test:ts": "vitest run",
"test:go": "echo 'No Go tests yet in hdf-diff'",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"type-check": "tsc --noEmit",
"lint": "eslint src test",
"lint:fix": "eslint src test --fix"
},
"repository": {

@@ -42,15 +54,3 @@ "type": "git",

"compliance"
],
"scripts": {
"build": "pnpm clean && tsc",
"clean": "rimraf dist",
"test": "pnpm run test:ts",
"test:ts": "vitest run",
"test:go": "echo 'No Go tests yet in hdf-diff'",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"type-check": "tsc --noEmit",
"lint": "eslint src test",
"lint:fix": "eslint src test --fix"
}
}
]
}
# License
Copyright © 2025 The MITRE Corporation.
Approved for Public Release; Distribution Unlimited. Case Number 18-3678.
Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain a
copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.
## Redistribution Terms
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redistributions of source code must retain the above copyright/digital
rights legend, this list of conditions and the following Notice.
- Redistributions in binary form must reproduce the above
copyright/digital rights legend, this list of conditions and the
following Notice in the documentation and/or other materials provided
with the distribution.
- Neither the name of The MITRE Corporation nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
## Notice
The MITRE Corporation grants permission to reproduce, distribute, modify, and
otherwise use this software to the extent permitted by the licensed terms
provided in the LICENSE file included with this project.
This software was produced by The MITRE Corporation for the U.S. Government
under contract. As such the U.S. Government has certain use and data
rights in this software. No use other than those granted to the U.S.
Government, or to those acting on behalf of the U.S. Government, under
these contract arrangements is authorized without the express written
permission of The MITRE Corporation.
Some files in this codebase were generated by generative AI, under the
direction and review of The MITRE Corporation employees, for the purpose of
development efficiency. All AI-generated code functionality was validated
by standard quality and assurance testing.
For further information, please contact The MITRE Corporation,
Contracts Management Office, 7515 Colshire Drive, McLean, VA 22102-7539,
(703) 983-6000.