Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@deboxsoft/module-core

Package Overview
Dependencies
Maintainers
1
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deboxsoft/module-core - npm Package Compare versions

Comparing version 1.5.19-1 to 1.5.19-3

types/types.d.ts

12

package.json
{
"name": "@deboxsoft/module-core",
"version": "1.5.19-1",
"version": "1.5.19-3",
"license": "SEE LICENSE IN LICENSE",

@@ -19,2 +19,6 @@ "maintainers": [

"module": "index.js",
"files": [
"*",
"!src"
],
"scripts": {

@@ -24,7 +28,7 @@ "dev": "yarn build:rollup --watch",

"build:rollup": "yarn r:rollup -c ../../scripts/rollup/core.config.js",
"build:tsc": "yarn r:tsc",
"build:tsc": "yarn clean && yarn r:tsc --declaration --emitDeclarationOnly --declarationDir ./types",
"clean": "yarn r:rimraf types",
"lint": "yarn r:run-p lint:eslint lint:tsc",
"lint:eslint": "eslint --fix 'src/**/*.ts'",
"lint:tsc": "tsc --noEmit",
"lint:eslint": "yarn r:eslint --fix 'src/**/*.ts'",
"lint:tsc": "yarn r:tsc --declaration false --noEmit",
"publish:canary": "npm publish --tag canary",

@@ -31,0 +35,0 @@ "test": "yarn r:jest --passWithNoTests"

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"declarationDir": "types"
},
"include": ["src"],
"exclude": ["**/__tests__", "**/__mocks__"]
}
import { Container, Token } from "typedi";
import { Logger } from "./logger";
import { DeboxError } from "./Error";
export * from "./types";
export { Container, Token, Logger, DeboxError };

Sorry, the diff of this file is not supported yet

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