@loadsmart/js-logger
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@loadsmart/js-logger", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "JavaScript Logger by Loadsmart", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"clean": "rm -rf .cache && rm -rf dist", | ||
"compile": "babel ./src/lib --out-dir ./dist --extensions '.js,.jsx' --ignore src/**/__tests__" | ||
}, | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist/*" | ||
], | ||
"dependencies": { | ||
"@datadog/browser-logs": "^1.11.4" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.9.6", | ||
"@babel/preset-env": "^7.9.6" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"repository": { | ||
@@ -21,6 +45,3 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/loadsmart/js-logger#readme", | ||
"dependencies": { | ||
"@datadog/browser-logs": "^1.11.4" | ||
} | ||
"homepage": "https://github.com/loadsmart/js-logger#readme" | ||
} |
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
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
5686
80
2
3
4