Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@eo-logger/client

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eo-logger/client - npm Package Compare versions

Comparing version
2.1.5
to
2.2.0
+17
LICENSE
The MIT License (MIT)
Copyright (c) 2020 IBIT LTD.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+8
-8
{
"name": "@eo-logger/client",
"version": "2.1.5",
"version": "2.2.0",
"description": "Client part of eo-logger",
"author": "Maksim Sharipov <m.v.sharipov@gmail.com>",
"homepage": "https://github.com/ibitcy/eo-logger#readme",
"license": "ISC",
"license": "MIT",
"main": "lib/index.js",

@@ -33,9 +33,9 @@ "types": "lib/index.d.ts",

"dependencies": {
"@eo-logger/core": "^2.1.5",
"web-vitals": "^0.2.2"
"@eo-logger/core": "^2.2.0",
"web-vitals": "^0.2.4"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^4.5.0",
"size-limit": "^4.4.5",
"typescript": "^3.8.3"
"@size-limit/preset-small-lib": "^4.7.0",
"size-limit": "^4.7.0",
"typescript": "^4.0.5"
},

@@ -49,3 +49,3 @@ "size-limit": [

],
"gitHead": "46587137c7d4b97fa8603e934442aba205a23bba"
"gitHead": "ced7eba7f64b035f46a40ec13db0bdfffc22d3f4"
}