You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@agoric/time

Package Overview
Dependencies
Maintainers
10
Versions
1850
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/time - npm Package Compare versions

Comparing version

to
0.3.3-dev-3afa0ed.0

src/timeMath.js

2

index.js
export * from './src/timeMath.js';
export * from './src/typeGuards.js';
// eslint-disable-next-line import/export -- just types
export * from './src/types-index.js';

40

package.json
{
"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"
}