@agoric/time
Advanced tools
Comparing version
export * from './src/timeMath.js'; | ||
export * from './src/typeGuards.js'; | ||
// eslint-disable-next-line import/export -- just types | ||
export * from './src/types-index.js'; |
{ | ||
"name": "@agoric/time", | ||
"version": "0.3.3-dev-3ae8bfc.0+3ae8bfc", | ||
"version": "0.3.3-dev-3afa0ed.0+3afa0ed", | ||
"description": "Timestamps, time math, timer service API definition", | ||
"type": "module", | ||
"main": "index.js", | ||
"types": "index.js", | ||
"engines": { | ||
"node": ">=14.15.0" | ||
"node": "^20.9 || ^22.11" | ||
}, | ||
@@ -14,5 +15,5 @@ "scripts": { | ||
"test:xs": "exit 0", | ||
"lint": "run-s --continue-on-error lint:*", | ||
"lint:types": "tsc -p jsconfig.json", | ||
"lint:eslint": "eslint .", | ||
"lint": "yarn run -T run-s --continue-on-error 'lint:*'", | ||
"lint:types": "yarn run -T tsc", | ||
"lint:eslint": "yarn run -T eslint .", | ||
"lint-fix": "yarn lint:eslint --fix" | ||
@@ -34,14 +35,24 @@ }, | ||
"dependencies": { | ||
"@agoric/assert": "0.6.1-dev-3ae8bfc.0+3ae8bfc", | ||
"@agoric/store": "0.9.3-dev-3ae8bfc.0+3ae8bfc", | ||
"@endo/nat": "^4.1.27" | ||
"@agoric/store": "workspace:*", | ||
"@endo/errors": "^1.2.10", | ||
"@endo/nat": "^5.1.0", | ||
"@endo/patterns": "^1.5.0" | ||
}, | ||
"devDependencies": { | ||
"@endo/far": "^0.2.18", | ||
"@endo/init": "^0.5.56", | ||
"ava": "^5.2.0" | ||
"@endo/far": "^1.1.11", | ||
"@endo/init": "^1.1.9", | ||
"ava": "^5.3.0" | ||
}, | ||
"ava": { | ||
"require": [ | ||
"@endo/init/debug.js" | ||
], | ||
"files": [ | ||
"test/**/*.test.*" | ||
] | ||
}, | ||
"files": [ | ||
"*.js", | ||
"NEWS.md" | ||
"NEWS.md", | ||
"src" | ||
], | ||
@@ -51,3 +62,6 @@ "publishConfig": { | ||
}, | ||
"gitHead": "3ae8bfcad19ba5007482f67d8b6b9269f91ae71b" | ||
"typeCoverage": { | ||
"atLeast": 88.75 | ||
}, | ||
"gitHead": "3afa0ed33d065c8fa3483ee27135f1f6c2510c33" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
41668
108.26%9
80%623
31050%4
33.33%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
Updated
Updated