New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@axah/log

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axah/log - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

7

lib/index.js

@@ -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

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