Comparing version 1.0.2 to 1.1.0
@@ -22,2 +22,3 @@ "use strict"; | ||
/* eslint "import/no-unused-modules": "error" */ | ||
const namespace = (0, _clsHooked.createNamespace)('@axah/log/mdc'); | ||
@@ -36,4 +37,4 @@ | ||
function asJsonWithMdc(o, // eslint-disable-line flowtype/no-weak-types | ||
...args // eslint-disable-line flowtype/no-weak-types | ||
) { | ||
...args) // eslint-disable-line flowtype/no-weak-types | ||
{ | ||
const mdcData = getDataFromMdc(); | ||
@@ -66,3 +67,3 @@ const newO = Object.assign(Object.create(null), mdcData, o); | ||
const clone = JSON.parse(JSON.stringify(active)); // eslint-disable-next-line no-restricted-syntax | ||
const clone = JSON.parse(JSON.stringify(active)); | ||
@@ -69,0 +70,0 @@ for (const internalProp of nsInternalProps) { |
{ | ||
"name": "@axah/log", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"main": "lib/index.js", | ||
@@ -11,3 +11,3 @@ "license": "UNLICENSED", | ||
"dev": "nodemon -w src -e js --exec yarn build", | ||
"lint": "eslint . && flow .", | ||
"lint": "eslint . && flow check", | ||
"prepublishOnly": "yarn build", | ||
@@ -22,18 +22,18 @@ "build": "yarn lint && yarn test && yarn clean && npm-run-all -p build:*", | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.3.1", | ||
"@babel/preset-flow": "^7.0.0", | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.12.1", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-plugin-flowtype": "^3.2.1", | ||
"eslint-plugin-import": "^2.15.0", | ||
"flow-bin": "0.95.1", | ||
"flow-copy-source": "^2.0.2", | ||
"flow-typed": "^2.5.1", | ||
"jest": "^24.0.0", | ||
"nodemon": "^1.18.9", | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.4", | ||
"@babel/preset-env": "^7.8.4", | ||
"@babel/preset-flow": "^7.8.3", | ||
"babel-eslint": "^10.0.3", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-plugin-flowtype": "^4.6.0", | ||
"eslint-plugin-import": "^2.20.0", | ||
"flow-bin": "0.117.0", | ||
"flow-copy-source": "^2.0.9", | ||
"flow-typed": "^2.6.2", | ||
"jest": "^25.1.0", | ||
"nodemon": "^2.0.2", | ||
"npm-run-all": "^4.1.5", | ||
"pino": "^5.11.1" | ||
"pino": "^5.16.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11086
115
1