Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@lskjs/module

Package Overview
Dependencies
18
Maintainers
12
Versions
322
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.16.4 to 3.16.5

74

package.json
{
"name": "@lskjs/module",
"version": "3.16.4",
"version": "3.16.5",
"description": "Module system with dependency injection, event emitter, logger and submodules tree",
"author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)",
"private": false,
"dependencies": {
"@lskjs/algos": "^3.16.4",
"@lskjs/env": "^3.16.4",
"@lskjs/err": "^3.16.4",
"@lskjs/log": "^3.16.4",
"@lskjs/mutex": "^3.16.4",
"@lskjs/algos": "^3.16.5",
"@lskjs/env": "^3.16.5",
"@lskjs/err": "^3.16.5",
"@lskjs/log": "^3.16.5",
"@lskjs/mutex": "^3.16.5",
"@lskjs/utils2": "^3.8.1",

@@ -17,10 +16,2 @@ "events": "^3.3.0",

},
"//": "///////////========================/////////========================/////////========================//////////",
"prettier": "@lskjs/eslint-config/prettier",
"eslintConfig": {
"extends": "@lskjs/eslint-config"
},
"jest": {
"preset": "@lskjs/jest-config"
},
"files": [

@@ -45,45 +36,2 @@ "lib",

},
"size-limit": [
{
"path": "lib/index.js",
"limit": "23kb"
},
{
"path": "lib/Module.js",
"limit": "22kb"
},
{
"path": "lib/ModuleWithConfig.js",
"limit": "4.76kb"
},
{
"path": "lib/ModuleWithEE.js",
"limit": "16kb"
},
{
"path": "lib/ModuleWithLifecycle.js",
"limit": "4.76kb"
},
{
"path": "lib/ModuleWithLog.js",
"limit": "14.1kb"
},
{
"path": "lib/ModuleWithSubmodules.js",
"limit": "22kb"
},
{
"path": "lib/items/index.js",
"limit": "23kb"
},
{
"path": "lib/asyncItems/index.js",
"limit": "23kb"
},
{
"path": "lib/asyncModules/index.js",
"limit": "23kb"
}
],
"///": "//////////========================/////////========================/////////========================/////////",
"repository": "https://github.com/lskjs/lskjs/tree/master//libs/module",

@@ -104,9 +52,3 @@ "homepage": "https://github.com/lskjs/lskjs/tree/master//libs/module",

],
"////": "/////////========================/////////========================/////////========================/////////",
"scripts": {
"dev": " lsk run dev",
"build": " lsk run build",
"test": " lsk run test",
"release": " lsk run release"
}
}
"gitHead": "77a0fb26661eb4464eef5bc379f6cd72d42c3261"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc