code-block-writer
Advanced tools
Comparing version 11.0.3 to 12.0.0
{ | ||
"module": "./esm/mod.js", | ||
"main": "./script/mod.js", | ||
"types": "./types/mod.d.ts", | ||
"name": "code-block-writer", | ||
"version": "11.0.3", | ||
"version": "12.0.0", | ||
"description": "A simple code writer that assists with formatting and visualizing blocks of code.", | ||
@@ -23,11 +23,18 @@ "repository": { | ||
"homepage": "https://github.com/dsherret/code-block-writer#readme", | ||
"devDependencies": { | ||
"@types/node": "16.11.37", | ||
"chalk": "4.1.2", | ||
"@deno/shim-deno": "~0.8.0", | ||
"@types/chai": "^4.2.22" | ||
"exports": { | ||
".": { | ||
"import": "./esm/mod.js", | ||
"require": "./script/mod.js" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "node test_runner.js" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.11.9", | ||
"chalk": "^4.1.2", | ||
"@types/chai": "4.3", | ||
"chai": "4.3.7", | ||
"@deno/shim-deno": "~0.13.0" | ||
} | ||
} |
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
128239
25
3395
5
1