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 2.0.2 to 2.0.3

2

package.json
{
"name": "code-block-writer",
"version": "2.0.2",
"version": "2.0.3",
"description": "A simple code writer that assists with formatting and visualizing blocks of code.",

@@ -5,0 +5,0 @@ "main": "dist/code-block-writer.js",

@@ -42,2 +42,2 @@ code-block-writer

}
```
```

@@ -7,7 +7,12 @@ {

"sourceMap": false,
"noImplicitAny": true,
"noImplicitAny": true,
"removeComments": true,
"experimentalDecorators": true,
"outDir": "dist"
}
"outDir": "dist",
"rootDir": "src"
},
"exclude": [
"typings/browser.d.ts",
"typings/browser"
]
}

@@ -53,3 +53,6 @@ {

"no-switch-case-fall-through": true,
"no-trailing-comma": true,
"trailing-comma": [true, {
"singleline": "never",
"multiline": "never"
}],
"no-trailing-whitespace": true,

@@ -56,0 +59,0 @@ "no-unreachable": true,

@@ -6,3 +6,3 @@ {

"description": "A simple code writer that assists with formatting and visualizing blocks of code.",
"ambientDependencies": {
"ambientDevDependencies": {
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#3fc1377ce29dd9670975cb68615edf1b819fc4a5",

@@ -9,0 +9,0 @@ "mocha": "github:DefinitelyTyped/DefinitelyTyped/mocha/mocha.d.ts#62eedc3121a5e28c50473d2e4a9cefbcb9c3957f"

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