Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

timer-logs

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timer-logs - npm Package Compare versions

Comparing version 1.7.4 to 1.7.5

dist/index.d.ts

18

package.json
{
"name": "timer-logs",
"version": "1.7.4",
"version": "1.7.5",
"files": [
"dist"
],
"devDependencies": {
"@types/node": "^15.00.0",
"prettier": "^2.3.2"
"prettier": "^2.3.2",
"typescript": "^4.5.5"
},

@@ -14,3 +18,3 @@ "author": {

"license": "MIT",
"types": "./Timer.d.ts",
"types": "dist/index.d.ts",
"scripts": {

@@ -20,2 +24,3 @@ "build": "tsc --removeComments && tsc --declaration --emitDeclarationOnly",

},
"type": "commonjs",
"keywords": [

@@ -37,4 +42,7 @@ "nodejs",

"description": "Nodejs logging library to time function execution",
"main": "index.js",
"readme": "README.md"
"main": "dist/index.js",
"readme": "README.md",
"dependencies": {
"string-width": "^5.1.0"
}
}
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