Socket
Socket
Sign inDemoInstall

@applitools/logger

Package Overview
Dependencies
Maintainers
30
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/logger - npm Package Compare versions

Comparing version 1.0.12 to 1.1.0

dist/format.js

44

package.json
{
"name": "@applitools/logger",
"version": "1.0.12",
"version": "1.1.0",
"description": "Applitools logger",

@@ -25,20 +25,23 @@ "keywords": [

},
"main": "./index.js",
"browser": {
"tunnel": false
},
"types": "./index.d.ts",
"directories": {
"lib": "./src",
"test": "./test"
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"exports": {
".": {
"default": "./dist/index.js",
"types": "./types/index.d.ts"
},
"./dist/*": "./dist/*.js",
"./package.json": "./package.json"
},
"files": [
"src",
"index.js",
"index.d.ts"
"dist",
"types"
],
"scripts": {
"lint": "eslint '**/*.js'",
"test": "yarn test:e2e",
"test:e2e": "mocha --no-timeouts \"test/e2e/**/*.spec.js\"",
"lint": "eslint '**/*.ts'",
"build": "tsc",
"test": "mocha --no-timeouts -r ts-node/register ./test/**/*.spec.ts",
"deps": "bongo deps",

@@ -56,13 +59,20 @@ "preversion": "bongo preversion",

"@applitools/utils": "1.2.14",
"chalk": "3.0.0"
"chalk": "4.1.2"
},
"devDependencies": {
"@applitools/bongo": "^2.0.3",
"eslint": "^7.9.0",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-mocha-no-only": "^1.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^4.3.8",
"mocha": "^8.0.1",
"prettier": "^2.1.2"
"mocha": "9",
"prettier": "^2.6.2",
"ts-node": "^10.7.0",
"typescript": "^4.6"
},

@@ -69,0 +79,0 @@ "engines": {

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