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

code-block-writer

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

code-block-writer - npm Package Compare versions

Comparing version 11.0.3 to 12.0.0

esm/_dnt.test_shims.d.ts

21

package.json
{
"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"
}
}
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