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

appcd-logger

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appcd-logger - npm Package Compare versions

Comparing version 2.0.5 to 3.0.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# v3.0.0 (Jun 12, 2020)
* BREAKING CHANGE: Requires Node.js 10.13.0 or newer.
[(DAEMON-334)](https://jira.appcelerator.org/browse/DAEMON-334)
* chore: Updated dependencies.
# v2.0.5 (Jan 8, 2020)

@@ -2,0 +8,0 @@

10

package.json
{
"name": "appcd-logger",
"version": "2.0.5",
"version": "3.0.0",
"description": "Defines the default logger for appcd components.",

@@ -19,7 +19,7 @@ "main": "./dist/logger",

"dependencies": {
"snooplogg": "^2.3.3",
"source-map-support": "^0.5.16"
"snooplogg": "^3.0.0",
"source-map-support": "^0.5.19"
},
"devDependencies": {
"appcd-gulp": "^2.3.1"
"appcd-gulp": "^3.0.1"
},

@@ -30,4 +30,4 @@ "homepage": "https://github.com/appcelerator/appc-daemon",

"engines": {
"node": ">=8.0.0"
"node": ">=10.13.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