🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@d11/plugger

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@d11/plugger - npm Package Compare versions

Comparing version
0.0.0
to
0.0.1
+1
-1
dist/index.js

@@ -29,4 +29,4 @@ "use strict";

const _config = new Config_1.default(config);
ConfigProvider_1.default.SetInstance(_config);
yield PluginManager_1.default.Init(_config.get().plugins);
ConfigProvider_1.default.SetInstance(_config);
_initialized = true;

@@ -33,0 +33,0 @@ })

@@ -1,1 +0,1 @@

{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,iEAAyC;AAEzC,iFAAyD;AACzD,4FAA6D;AAE7D,wEAAgD;AAEhD,IAAI,YAAY,GAAG,KAAK,CAAC;AACzB,MAAM,OAAO,GAAG;IACd,OAAO,EAAE,4BAAW;IAEpB,SAAS,EAAE,CAAI,UAAuB,EAAK,EAAE;QAC3C,OAAO,uBAAa,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;IAC7C,CAAC;IAED,IAAI,EAAE,CAAO,MAAe,EAAE,EAAE;QAC9B,IAAI,YAAY;YAAE,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;QAEvE,MAAM,OAAO,GAAG,IAAI,gBAAM,CAAC,MAAM,CAAC,CAAC;QACnC,MAAM,uBAAa,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,CAAC;QAChD,wBAAc,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;QAEpC,YAAY,GAAG,IAAI,CAAC;IACtB,CAAC,CAAA;CACF,CAAC;AAEF,kBAAe,OAAO,CAAC"}
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,iEAAyC;AAEzC,iFAAyD;AACzD,4FAA6D;AAE7D,wEAAgD;AAEhD,IAAI,YAAY,GAAG,KAAK,CAAC;AACzB,MAAM,OAAO,GAAG;IACd,OAAO,EAAE,4BAAW;IAEpB,SAAS,EAAE,CAAI,UAAuB,EAAK,EAAE;QAC3C,OAAO,uBAAa,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;IAC7C,CAAC;IAED,IAAI,EAAE,CAAO,MAAe,EAAE,EAAE;QAC9B,IAAI,YAAY;YAAE,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;QAEvE,MAAM,OAAO,GAAG,IAAI,gBAAM,CAAC,MAAM,CAAC,CAAC;QACnC,wBAAc,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;QACpC,MAAM,uBAAa,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,CAAC;QAEhD,YAAY,GAAG,IAAI,CAAC;IACtB,CAAC,CAAA;CACF,CAAC;AAEF,kBAAe,OAAO,CAAC"}
{
"name": "@d11/plugger",
"version": "0.0.0",
"version": "0.0.1",
"private": false,
"description": "A TypeScript library to provide out-of-box extension of the capabilities",
"keywords": [
"Plugger",
"TS",
"Library"
],
"homepage": "https://www.npmjs.com/package/@d11/plugger",
"repository": {
"type": "git",
"url": "git+https://github.com/dream11/plugger.git"
},
"license": "ISC",
"author": "d11",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"test": "jest",
"build": "yarn clean && tsc --build && cp \"./package.json\" ./dist/",
"clean": "rimraf dist && rimraf tsconfig.tsbuildinfo",
"integrationTest": "jest --testRegex '/__integrationTests__/.*\\.test\\.(ts|tsx)$'",
"lint": "eslint --ext .ts .",
"lint:fix": "eslint --ext .ts . --fix",
"clean": "rimraf dist && rimraf tsconfig.tsbuildinfo",
"prepack": "yarn build",
"build": "yarn clean && tsc --build && cp \"./package.json\" ./dist/"
"test": "jest"
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dream11/plugger.git"
"dependencies": {
"node-fetch": "2.6.7"
},
"keywords": [
"Plugger",
"TS",
"Library"
],
"private": false,
"author": "d11",
"license": "ISC",
"dependencies": {
"node-fetch": "2.6.7",
"devDependencies": {
"ts-node": "^10.4.0"
}
}
{
"name": "@d11/plugger",
"version": "0.0.0",
"version": "0.0.1",
"private": false,
"description": "A TypeScript library to provide out-of-box extension of the capabilities",
"keywords": [
"Plugger",
"TS",
"Library"
],
"homepage": "https://www.npmjs.com/package/@d11/plugger",
"repository": {
"type": "git",
"url": "git+https://github.com/dream11/plugger.git"
},
"license": "ISC",
"author": "d11",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"test": "jest",
"build": "yarn clean && tsc --build && cp \"./package.json\" ./dist/",
"clean": "rimraf dist && rimraf tsconfig.tsbuildinfo",
"integrationTest": "jest --testRegex '/__integrationTests__/.*\\.test\\.(ts|tsx)$'",
"lint": "eslint --ext .ts .",
"lint:fix": "eslint --ext .ts . --fix",
"clean": "rimraf dist && rimraf tsconfig.tsbuildinfo",
"prepack": "yarn build",
"build": "yarn clean && tsc --build && cp \"./package.json\" ./dist/"
"test": "jest"
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dream11/plugger.git"
"dependencies": {
"node-fetch": "2.6.7"
},
"keywords": [
"Plugger",
"TS",
"Library"
],
"private": false,
"author": "d11",
"license": "ISC",
"dependencies": {
"node-fetch": "2.6.7",
"devDependencies": {
"ts-node": "^10.4.0"
}
}

@@ -5,3 +5,3 @@ # plugger

## Prerequisite
node 16.13.0
node 16.16.0