You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@deboxsoft/module-core

Package Overview
Dependencies
Maintainers
1
Versions
283
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

to
1.8.0-9

.bic_cache

20

package.json
{
"name": "@deboxsoft/module-core",
"version": "1.8.0-8",
"version": "1.8.0-9",
"license": "SEE LICENSE IN LICENSE",

@@ -18,8 +18,12 @@ "maintainers": [

"typings": "types/index.d.ts",
"module": "index.js",
"type": "module",
"exports": {
".": {
"import": "./index.js",
"require": "./index.cjs.js"
}
},
"files": [
"types",
"index.js",
"index.cjs.js",
"LICENSE"
"*",
"!src"
],

@@ -29,3 +33,3 @@ "scripts": {

"build": "yarn r:run-p build:rollup build:tsc",
"build:rollup": "yarn r:rollup -c ../../scripts/rollup/config.js",
"build:rollup": "yarn r:rollup -c",
"build:tsc": "yarn clean && yarn r:tsc --declaration --emitDeclarationOnly --declarationDir ./types",

@@ -54,3 +58,3 @@ "clean": "yarn r:rimraf types",

"devDependencies": {
"@nurdiansyah/rollup": "^1.3.2",
"@nurdiansyah/rollup": "^1.4.1",
"@types/node": "^14.14.20",

@@ -57,0 +61,0 @@ "ava": "^3.15.0",