Socket
Socket
Sign inDemoInstall

@applitools/logger

Package Overview
Dependencies
Maintainers
22
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.0 to 1.0.1

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Changelog

## 1.0.1 - 2021/5/23
- updated to @applitools/utils@1.2.0 (from 1.1.3)
## 1.0.0 - 2021/4/12

@@ -8,0 +12,0 @@

55

package.json
{
"name": "@applitools/logger",
"version": "1.0.0",
"version": "1.0.1",
"description": "Applitools logger",

@@ -12,5 +12,4 @@ "keywords": [

"homepage": "https://applitools.com",
"author": {
"name": "Applitools Team",
"email": "team@applitools.com"
"bugs": {
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
},

@@ -21,5 +20,12 @@ "repository": {

},
"bugs": {
"url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Applitools Team",
"email": "team@applitools.com"
},
"main": "./index.js",
"browser": {
"tunnel": false
},
"types": "./index.d.ts",
"directories": {

@@ -34,6 +40,18 @@ "lib": "./src",

],
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"lint": "eslint '**/*.js'",
"test": "yarn test:e2e",
"test:e2e": "mocha --no-timeouts \"test/e2e/**/*.spec.js\"",
"deps": "bongo deps",
"preversion": "bongo preversion",
"version": "bongo version",
"postversion": "bongo postversion --skip-release-notification"
},
"husky": {
"hooks": {
"pre-push": "yarn bongo lint"
}
},
"dependencies": {
"@applitools/utils": "1.1.3",
"@applitools/utils": "1.2.0",
"chalk": "3.0.0"

@@ -51,24 +69,5 @@ },

},
"browser": {
"tunnel": false
},
"scripts": {
"lint": "eslint '**/*.js'",
"test": "yarn test:e2e",
"test:e2e": "mocha --no-timeouts \"test/e2e/**/*.spec.js\"",
"preversion": "bongo preversion && yarn test",
"version": "bongo version",
"postversion": "bongo postversion --skip-release-notification",
"deps": "bongo deps",
"prepublish:setup": "echo 'no setup'"
},
"license": "SEE LICENSE IN LICENSE",
"engines": {
"node": ">= 8.9.0"
},
"husky": {
"hooks": {
"pre-push": "yarn bongo lint"
}
}
}
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