@tufjs/models
Advanced tools
Comparing version 1.0.4 to 2.0.0
@@ -17,3 +17,3 @@ "use strict"; | ||
MetadataKind["Targets"] = "targets"; | ||
})(MetadataKind = exports.MetadataKind || (exports.MetadataKind = {})); | ||
})(MetadataKind || (exports.MetadataKind = MetadataKind = {})); | ||
function isMetadataKind(value) { | ||
@@ -20,0 +20,0 @@ return (typeof value === 'string' && |
{ | ||
"name": "@tufjs/models", | ||
"version": "1.0.4", | ||
"version": "2.0.0", | ||
"description": "TUF metadata models", | ||
@@ -30,13 +30,9 @@ "main": "dist/index.js", | ||
"homepage": "https://github.com/theupdateframework/tuf-js/tree/main/packages/models#readme", | ||
"devDependencies": { | ||
"@types/node": "^18.16.3", | ||
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"@tufjs/canonical-json": "1.0.0", | ||
"minimatch": "^9.0.0" | ||
"@tufjs/canonical-json": "2.0.0", | ||
"minimatch": "^9.0.3" | ||
}, | ||
"engines": { | ||
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" | ||
"node": "^16.14.0 || >=18.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
77671
+ Added@tufjs/canonical-json@2.0.0(transitive)
- Removed@tufjs/canonical-json@1.0.0(transitive)
Updated@tufjs/canonical-json@2.0.0
Updatedminimatch@^9.0.3