inv-loggers
Advanced tools
Comparing version 3.3.6 to 3.3.7
{ | ||
"name": "inv-loggers", | ||
"version": "3.3.6", | ||
"version": "3.3.7", | ||
"description": "loggers and partial loggers", | ||
"main": "./build/inv-loggers.js", | ||
"main": "inv-loggers.js", | ||
"scripts": { | ||
"test": "mocha --compilers coffee:coffee-script/register", | ||
"build": "coffee -o build -c src", | ||
"prepublish": "npm build && npm test" | ||
"test": "mocha", | ||
"lint": "standard", | ||
"prepublish": "npm run lint && npm test" | ||
}, | ||
@@ -25,3 +25,4 @@ "keywords": [ | ||
"mocha": "^2.5.3", | ||
"should": "^9.0.0" | ||
"should": "^9.0.0", | ||
"standard": "^11.0.1" | ||
}, | ||
@@ -38,3 +39,12 @@ "repository": { | ||
"test": "test" | ||
}, | ||
"standard": { | ||
"ignore": [ | ||
"dist" | ||
], | ||
"globals": [ | ||
"it", | ||
"describe" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
126
54924
3
1