Socket
Socket
Sign inDemoInstall

@lskjs/module

Package Overview
Dependencies
Maintainers
11
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lskjs/module - npm Package Compare versions

Comparing version 2.85.1 to 3.0.0-alpha.10

lib/asyncItems/AsyncItemModule.d.ts

127

package.json
{
"name": "@lskjs/module",
"version": "2.85.1",
"version": "3.0.0-alpha.10",
"description": "Module system with dependency injection, event emitter, logger and submodules tree",
"author": "Igor Suvorov <hi@isuvorov.com> (https://github.com/isuvorov)",
"scripts": {
"build": " lsk run build",
"dev": " lsk run dev",
"release": " lsk run release",
"test": " lsk run test"
},
"dependencies": {
"@lskjs/algos": "^3.0.0-alpha.10",
"@lskjs/env": "^3.0.0-alpha.10",
"@lskjs/err": "^3.0.0-alpha.10",
"@lskjs/log": "^3.0.0-alpha.10",
"@lskjs/mutex": "^3.0.0-alpha.10",
"@lskjs/utils2": "^3.0.0-alpha.10",
"events": "^3.3.0",
"fishbird": "^0.19.0"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./*": {
"import": "./lib/*.mjs",
"types": "./lib/*.d.ts",
"default": "./lib/*.js"
}
},
"files": [
"lib",
"README.md",
"LICENCE"
],
"repository": "https://github.com/lskjs/lskjs/tree/master/libs/module",
"license": "MIT",
"keywords": [

@@ -12,44 +50,49 @@ "modules",

],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
"eslintConfig": {
"extends": "@lskjs/eslint-config"
},
"repository": "https://github.com/lskjs/lskjs/tree/master/packages/module",
"license": "MIT",
"author": "Igor Suvorov <hi@isuvorov.com>",
"scripts": {
"bootstrap": "lsk run bootstrap",
"build": "lsk run build",
"dev": "lsk run dev",
"dev:server": "lsk run dev:server",
"i18": "lsk run i18",
"prepublishOnly": "lsk run prepublishOnly",
"release": "lsk run release",
"release:yes": "lsk run release:yes",
"start": "node index.js",
"storybook": "lsk run storybook",
"test": "lsk run test",
"test:watch": "lsk run test:watch",
"watch": "lsk run watch"
},
"dependencies": {
"@lskjs/env": "2.85.1",
"@lskjs/err": "2.85.1",
"@lskjs/log": "2.85.1",
"@lskjs/mutex": "2.85.1",
"@lskjs/utils2": "2.85.1",
"colors": "1.4.0",
"eventemitter3": "4.0.7"
},
"devDependencies": {
"@types/lodash": "4.14.167",
"bluebird": "3.7.2",
"lodash": "4.17.21"
},
"peerDependencies": {
"@types/lodash": "4.14.x",
"bluebird": "3.7.x",
"lodash": "4.17.x"
},
"gitHead": "a9b082721ebba17e1987c65f938cff3f03893ad1"
"access": "public",
"size-limit": [
{
"path": "lib/index.mjs",
"limit": "22kb"
},
{
"path": "lib/Module.js",
"limit": "1kb"
},
{
"path": "lib/ModuleWithConfig.js",
"limit": "1kb"
},
{
"path": "lib/ModuleWithEE.js",
"limit": "1kb"
},
{
"path": "lib/ModuleWithLifecycle.js",
"limit": "1kb"
},
{
"path": "lib/ModuleWithLog.js",
"limit": "1kb"
},
{
"path": "lib/ModuleSubmodules.js",
"limit": "2kb"
},
{
"path": "lib/items/index.js",
"limit": "22kb"
},
{
"path": "lib/asyncItems/index.js",
"limit": "22kb"
},
{
"path": "lib/asyncModules/index.js",
"limit": "22kb"
}
],
"gitHead": "7a41ea3b5002b384dfe95b5fe4f1fbb104a0c145"
}
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