Socket
Socket
Sign inDemoInstall

@nodesuite/timer

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodesuite/timer - npm Package Compare versions

Comparing version 0.3.30 to 0.3.31

.rush/temp/operation/build_prod/all.log

2

.rush/temp/operation/build_prod/state.json
{
"nonCachedDurationMs": 2850.1087410000036
"nonCachedDurationMs": 2552.4007189999684
}
{
"nonCachedDurationMs": 4538.177121999994
"nonCachedDurationMs": 4361.474270000006
}
{
"files": {
"libraries/timer/.rush/temp/shrinkwrap-deps.json": "00cedde630cdc515a857e07cf2afce24911365dc",
"libraries/timer/.eslintrc.js": "da8f1d5b00175fe9df49681a80b909d918ac6736",
"libraries/timer/CHANGELOG.json": "52f1780de542875d2362956432bb008682936d32",
"libraries/timer/CHANGELOG.md": "abc1f9974d7e970418fdb988483ce6500926155a",
"libraries/timer/CHANGELOG.json": "7fab8be866fff61c7f7a40de43155420da22d5e1",
"libraries/timer/CHANGELOG.md": "06e21ef143173d14c31fc8f3468978ad3fafc228",
"libraries/timer/README.md": "7f830ac91ec14685c4a58740621276e081ea59ac",
"libraries/timer/config/rig.json": "54137d20557298060eb70cf9e72e9ce1c7b7e130",
"libraries/timer/package.json": "5a29134ce84fe261396ebb4854a50f2a106bf3f9",
"libraries/timer/package.json": "3656b0bed50ad6c5fcda3b34067e7ac9279df2af",
"libraries/timer/src/index.ts": "4fcf0640aae65f25bb80579d58cac89bf949d129",

@@ -14,5 +13,6 @@ "libraries/timer/src/provider.ts": "1eda08ee9fd78d61e146c2454e6daf26a5e97846",

"libraries/timer/src/types.ts": "a27de67d946b2b9636a0c1e3873f15cd19aa6b8f",
"libraries/timer/tsconfig.json": "1e251ae4114c265a4d5c626f2876f5bda17ac3c8"
"libraries/timer/tsconfig.json": "1e251ae4114c265a4d5c626f2876f5bda17ac3c8",
"libraries/timer/.rush/temp/shrinkwrap-deps.json": "1ac25b5dfd2a906b5619eaf9d8ff7b52e787452c"
},
"arguments": "tsup-node --config=node_modules/@nodesuite/node-rig/profiles/default/tsup.config.js "
}
{
"files": {
"libraries/timer/.rush/temp/shrinkwrap-deps.json": "00cedde630cdc515a857e07cf2afce24911365dc",
"libraries/timer/.eslintrc.js": "da8f1d5b00175fe9df49681a80b909d918ac6736",
"libraries/timer/CHANGELOG.json": "52f1780de542875d2362956432bb008682936d32",
"libraries/timer/CHANGELOG.md": "abc1f9974d7e970418fdb988483ce6500926155a",
"libraries/timer/CHANGELOG.json": "7fab8be866fff61c7f7a40de43155420da22d5e1",
"libraries/timer/CHANGELOG.md": "06e21ef143173d14c31fc8f3468978ad3fafc228",
"libraries/timer/README.md": "7f830ac91ec14685c4a58740621276e081ea59ac",
"libraries/timer/config/rig.json": "54137d20557298060eb70cf9e72e9ce1c7b7e130",
"libraries/timer/package.json": "5a29134ce84fe261396ebb4854a50f2a106bf3f9",
"libraries/timer/package.json": "3656b0bed50ad6c5fcda3b34067e7ac9279df2af",
"libraries/timer/src/index.ts": "4fcf0640aae65f25bb80579d58cac89bf949d129",

@@ -14,5 +13,6 @@ "libraries/timer/src/provider.ts": "1eda08ee9fd78d61e146c2454e6daf26a5e97846",

"libraries/timer/src/types.ts": "a27de67d946b2b9636a0c1e3873f15cd19aa6b8f",
"libraries/timer/tsconfig.json": "1e251ae4114c265a4d5c626f2876f5bda17ac3c8"
"libraries/timer/tsconfig.json": "1e251ae4114c265a4d5c626f2876f5bda17ac3c8",
"libraries/timer/.rush/temp/shrinkwrap-deps.json": "1ac25b5dfd2a906b5619eaf9d8ff7b52e787452c"
},
"arguments": "run-p lint:* "
}

@@ -5,2 +5,8 @@ {

{
"version": "0.3.31",
"tag": "@nodesuite/timer_v0.3.31",
"date": "Mon, 13 Feb 2023 02:09:05 GMT",
"comments": {}
},
{
"version": "0.3.30",

@@ -7,0 +13,0 @@ "tag": "@nodesuite/timer_v0.3.30",

# Change Log - @nodesuite/timer
This log was last generated on Fri, 10 Feb 2023 04:45:35 GMT and should not be manually modified.
This log was last generated on Mon, 13 Feb 2023 02:09:05 GMT and should not be manually modified.
## 0.3.31
Mon, 13 Feb 2023 02:09:05 GMT
_Version update only_
## 0.3.30

@@ -6,0 +11,0 @@ Fri, 10 Feb 2023 04:45:35 GMT

{
"$schema": "https://json.schemastore.org/package",
"name": "@nodesuite/timer",
"version": "0.3.30",
"version": "0.3.31",
"description": "Light-weight performance timer.",

@@ -29,21 +29,21 @@ "keywords": [

"dependencies": {
"tslib": "^2.4.1"
"tslib": "^2.5.0"
},
"devDependencies": {
"@rushstack/eslint-config": "^3.1.1",
"@rushstack/heft": "^0.48.9",
"@types/node": "^18.11.17",
"@typescript-eslint/parser": "^5.46.1",
"ava": "^5.1.0",
"@rushstack/eslint-config": "^3.2.0",
"@rushstack/heft": "^0.49.7",
"@rushstack/heft-jest-plugin": "^0.5.4",
"@types/heft-jest": "^1.0.3",
"@types/node": "^18.13.0",
"@typescript-eslint/parser": "^5.51.0",
"barrelsby": "^2.5.1",
"c8": "^7.12.0",
"dpdm": "^3.10.0",
"eslint": "8.32.0",
"dpdm": "^3.12.0",
"eslint": "8.34.0",
"npm-check-updates": "^15.3.4",
"npm-run-all": "^4.1.5",
"sort-package-json": "^2.1.0",
"tsup": "^6.5.0",
"typescript": "4.7.4",
"@nodesuite/node-rig": "0.3.30",
"@nodesuite/eslint-config": "0.3.30"
"sort-package-json": "^2.4.1",
"tsup": "^6.6.2",
"typescript": "4.9.5",
"@nodesuite/eslint-config": "0.3.31",
"@nodesuite/node-rig": "0.3.31"
},

@@ -50,0 +50,0 @@ "engines": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc