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 9.4.0 to 9.4.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="9.4.1"></a>
## [9.4.1](https://github.com/dsherret/code-block-writer/compare/v9.4.0...v9.4.1) (2019-07-16)
### Bug Fixes
* Remove accidentally added chai dependency. ([582b4b6](https://github.com/dsherret/code-block-writer/commit/582b4b6))
<a name="9.4.0"></a>

@@ -7,0 +17,0 @@ # [9.4.0](https://github.com/dsherret/code-block-writer/compare/v9.3.0...v9.4.0) (2019-06-18)

25

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

@@ -42,17 +42,16 @@ "main": "dist/code-block-writer.js",

},
"dependencies": {
"chai": "^4.2.0"
},
"dependencies": {},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "^8.0.53",
"coveralls": "^2.13.1",
"mocha": "^5.2.0",
"nyc": "^14.1.0",
"source-map-support": "^0.5.4",
"ts-node": "^5.0.1",
"tslint": "^5.6.0",
"typescript": "^3.4.5"
"@types/mocha": "^5.2.7",
"@types/node": "^12.6.3",
"coveralls": "^3.0.5",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"source-map-support": "^0.5.12",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
}
}

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