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.16 to 1.5.17-1

types/Error.d.ts

1

index.cjs.js

@@ -31,2 +31,1 @@ 'use strict';

exports.Logger = Logger;
//# sourceMappingURL=index.cjs.js.map

@@ -14,2 +14,1 @@ export { Container, Token } from 'typedi';

export { DeboxError, Logger };
//# sourceMappingURL=index.js.map
{
"name": "@deboxsoft/module-core",
"version": "1.5.16",
"version": "1.5.17-1",
"license": "SEE LICENSE IN LICENSE",

@@ -20,9 +20,12 @@ "maintainers": [

"scripts": {
"copy:license": "cpx ../../LICENSE ./",
"copy": "yarn copy:license",
"build": "yarn r:rollup -c ../../scripts/rollup/core.config.js",
"test": "yarn r:jest --passWithNoTests",
"typecheck:eslint": "yarn r:eslint --fix src/**/*",
"typecheck:tsc": "yarn r:tsc --noEmit",
"typecheck": "yarn r:run-p typecheck:tsc typecheck:eslint"
"dev": "yarn build:rollup --watch",
"build": "yarn r:run-p build:rollup build:tsc",
"build:rollup": "yarn r:rollup -c ../../scripts/rollup/core.config.js",
"build:tsc": "yarn r:tsc",
"clean": "yarn r:rimraf types",
"lint": "yarn r:run-p lint:eslint lint:tsc",
"lint:eslint": "eslint --fix 'src/**/*.ts'",
"lint:tsc": "tsc --noEmit",
"publish:canary": "yarn version prerelease && npm publish --tag canary",
"test": "yarn r:jest --passWithNoTests"
},

@@ -40,3 +43,3 @@ "dependencies": {

},
"gitHead": "6a4189ab261ec8f9ebea4bf5a3c678082bb13e57"
"gitHead": "22a10c802b6c1fd2195617a0b3237aa71f19e66b"
}
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"declarationDir": "types"
},
"include": ["src"],
"exclude": ["**/__tests__", "**/__mocks__"]
}

@@ -103,2 +103,1 @@ 'use strict';

exports.throttle = throttle;
//# sourceMappingURL=utils.cjs.js.map

@@ -84,2 +84,1 @@ export * from 'change-case';

export { clamp, debounce, isObject, isPlainObject, isString, pickBy, pull, throttle };
//# sourceMappingURL=utils.js.map

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