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

apheleia

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apheleia - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

types/types.d.ts

3

lib/Defaults.js

@@ -9,3 +9,4 @@ 'use strict'

ERROR: 50,
FATAL: 60
FATAL: 60,
SILENT: Infinity
}

@@ -12,0 +13,0 @@ const DEFAULT_LEVEL = 'INFO'

{
"name": "apheleia",
"version": "1.0.1",
"version": "1.1.0",
"description": "fast and simplistic logger.",

@@ -8,3 +8,4 @@ "main": "lib/Apheleia.js",

"unit": "ava test/*Test.js",
"test": "npm run lint && npm run unit",
"unit:types": "tsc --project ./types/tsconfig.json --noEmit",
"test": "npm run lint && npm run unit && npm run unit:types",
"lint": "standard DateFormatter.js lib/* test/* benchmark/*.js",

@@ -18,3 +19,3 @@ "coveralls": "nyc npm test",

"dependencies": {
"fast-date-format": "^2.2.2",
"fast-date-format": "^2.2.4",
"json-escaping": "^1.0.1"

@@ -30,3 +31,4 @@ },

"request": "^2.88.0",
"standard": "^14.0.0"
"standard": "^14.0.0",
"typescript": "^3.6.4"
},

@@ -48,4 +50,4 @@ "keywords": [

"lib",
"types.d.ts"
"types/types.d.ts"
]
}
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