New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

diy-log

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diy-log - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

dist/index.d.ts

39

package.json
{
"name": "diy-log",
"version": "1.0.0",
"version": "2.0.0",
"description": "Log things, prefixed with a symbols or timestamp.",
"main": "lib/index.js",
"keywords": [
"log",
"logger",
"console",
"console.log",
"timestamp",
"print",
"symbols",
"log symbols"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": ["dist"],
"engines": {

@@ -10,8 +22,4 @@ "node": ">=10"

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"demo": "node ./example"
"build": "tsc"
},
"directories": {
"lib": "lib"
},
"repository": {

@@ -21,11 +29,3 @@ "type": "git",

},
"keywords": [
"log",
"logger",
"timestamp",
"print",
"console",
"symbols"
],
"author": "lmq <mengqing723@gmail.com>",
"author": "Mervin <mengqing723@gmail.com>",
"license": "MIT",

@@ -37,5 +37,10 @@ "bugs": {

"dependencies": {
"chalk": "^2.4.1",
"is-unicode-supported": "^1.3.0",
"picocolors": "^1.0.0",
"time-stamp": "^2.2.0"
},
"devDependencies": {
"@types/node": "^18.7.18",
"typescript": "^4.8.3"
}
}
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