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

@koopjs/logger

Package Overview
Dependencies
Maintainers
7
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@koopjs/logger - npm Package Compare versions

Comparing version 2.0.6 to 3.0.0

src/index.js

30

package.json
{
"name": "@koopjs/logger",
"version": "2.0.6",
"version": "3.0.0",
"description": "A shared logger for Koop",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"test": "standard src"
"test": "tape src/**/*.spec.js | tap-spec",
"test:cov": "nyc --reporter=text-summary --reporter=html tape './src/**/*.spec.js' | tap-spec",
"test:cov:unit": "nyc --reporter=text-summary --reporter=html tape 'src/**/*.spec.js' | tap-spec"
},

@@ -17,3 +19,11 @@ "repository": {

],
"author": "Daniel Fenton <dfenton@esri.com>",
"contributors": [
{
"name": "Rich Gwozdz",
"email": "rgwozdz@esri.com"
},
{
"name": "Daniel Fenton"
}
],
"license": "Apache-2.0",

@@ -24,6 +34,14 @@ "dependencies": {

"devDependencies": {
"standard": "^14.3.4",
"tap-spec": "^5.0.0",
"tape": "^5.0.1"
}
},
"files": [
"src/**/*.js",
"index.d.ts",
"!**/*.spec.js"
],
"bugs": {
"url": "https://github.com/koopjs/koop/issues"
},
"homepage": "https://github.com/koopjs/koop#readme"
}
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