myst-cli-utils
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "myst-cli-utils", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"sideEffects": false, | ||
@@ -9,14 +9,8 @@ "license": "MIT", | ||
"homepage": "https://github.com/executablebooks/mystjs/tree/main/packages/myst-cli-utils", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"type": "module", | ||
"exports": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
}, | ||
"publishConfig": { | ||
@@ -31,8 +25,8 @@ "access": "public" | ||
"clean": "rimraf dist", | ||
"lint": "eslint \"src/**/!(*.spec).ts\" -c ./.eslintrc.js", | ||
"lint": "eslint \"src/**/!(*.spec).ts\" -c ./.eslintrc.cjs", | ||
"lint:format": "npx prettier --check \"src/**/*.ts\"", | ||
"build:esm": "tsc --project ./tsconfig.json --module es2015 --outDir dist/esm", | ||
"build:cjs": "tsc --project ./tsconfig.json --module commonjs --outDir dist/cjs", | ||
"declarations": "tsc --project ./tsconfig.json --declaration --emitDeclarationOnly --declarationMap --outDir dist/types", | ||
"build": "npm-run-all -l clean -p build:cjs build:esm declarations" | ||
"test": "vitest run", | ||
"test:watch": "vitest watch", | ||
"build:esm": "tsc --project ./tsconfig.json --module es2015 --outDir dist --declaration", | ||
"build": "npm-run-all -l clean -p build:esm" | ||
}, | ||
@@ -47,11 +41,4 @@ "bugs": { | ||
"devDependencies": { | ||
"@types/node": "^18.7.7", | ||
"@types/pretty-hrtime": "^1.0.1", | ||
"eslint": "^8.21.0", | ||
"eslint-config-curvenote": "latest", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "latest", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.6.3" | ||
"@types/pretty-hrtime": "^1.0.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
1
Yes
13219
18
337