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 10.1.1 to 11.0.0

esm/comment_char.js

60

package.json
{
"module": "./esm/mod.js",
"main": "./umd/mod.js",
"types": "./types/mod.d.ts",
"name": "code-block-writer",
"version": "10.1.1",
"version": "11.0.0",
"description": "A simple code writer that assists with formatting and visualizing blocks of code.",
"main": "dist/code-block-writer.js",
"typings": "dist/code-block-writer.d.ts",
"scripts": {
"test": "nyc --reporter=lcov mocha",
"test:debug": "cross-env TS_NODE_TRANSPILE_ONLY=\"true\" mocha --inspect-brk",
"build": "rimraf dist && tsc",
"format": "dprint",
"dopublish": "npm run build && echo \"Run: npm publish --otp\""
},
"repository": {

@@ -19,2 +13,3 @@ "type": "git",

"keywords": [
"code generation",
"typescript",

@@ -30,29 +25,22 @@ "writer",

"homepage": "https://github.com/dsherret/code-block-writer#readme",
"nyc": {
"extension": [
".ts",
".tsx"
],
"include": [
"src/**/*.ts",
"!src/tests/**/*.ts"
],
"reporter": [
"html"
],
"all": true
"devDependencies": {
"@types/node": "16.11.1",
"chalk": "4.1.2",
"chai": "4.3.4",
"deno.ns": "0.6.4",
"@types/chai": "^4.2.22"
},
"dependencies": {},
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.0",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
"mocha": "^8.1.1",
"nyc": "^15.1.0",
"ts-node": "^8.10.2",
"typescript": "^4.0.2"
"exports": {
".": {
"import": "./esm/mod.js",
"require": "./umd/mod.js",
"types": "./types/mod.d.ts"
}
},
"scripts": {
"test": "node test_runner.js"
},
"dependencies": {
"tslib": "2.3.1"
}
}
}
LICENSE

Sorry, the diff of this file is not supported yet

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