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

writr

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

writr - npm Package Compare versions

Comparing version 0.9.3 to 0.9.5

43

package.json
{
"name": "writr",
"version": "0.9.3",
"version": "0.9.5",
"description": "A Simple to Use Markdown Blog",

@@ -28,9 +28,9 @@ "main": "./dist/index",

"watch": "tsc -w -p .",
"clean-all": "clean && rm -rf node_modules",
"clean-all": "yarn clean && rm -rf node_modules && rm -rf coverage",
"clean": "rm -rf ./dist && rm -rf ./blog_output",
"compile": "yarn clean && tsc -p .",
"build": "yarn test && yarn compile",
"test": "yarn nyc mocha",
"test": "jest --coverage",
"test-output": "yarn compile && node ./bin/writr -p ./blog_example",
"coverage": "nyc report --reporter=json && codecov -f coverage/*.json -t 62b3983c-08a1-425f-99b9-71e84fef74bc"
"coverage": "codecov -f coverage/*.json -t 62b3983c-08a1-425f-99b9-71e84fef74bc"
},

@@ -43,11 +43,10 @@ "bin": {

"cheerio": "^1.0.0-rc.3",
"commander": "^3.0.2",
"del": "^6.0.0",
"commander": "^6.2.0",
"feed": "^4.2.1",
"fs-extra": "^9.0.1",
"gray-matter": "^4.0.2",
"handlebars": "4.5.3",
"handlebars": "4.7.6",
"helper-date": "^1.0.1",
"keyv": "^4.0.3",
"markdown-it": "^12.0.0",
"markdown-it": "^12.0.2",
"moment": "^2.29.1",

@@ -62,19 +61,19 @@ "parse-json": "^5.1.0",

"@types/chai": "^4.2.14",
"@types/express": "^4.17.8",
"@types/express": "^4.17.9",
"@types/express-serve-static-core": "^4.17.13",
"@types/fs-extra": "^9.0.2",
"@types/fs-extra": "^9.0.4",
"@types/handlebars": "^4.0.37",
"@types/keyv": "^3.1.1",
"@types/markdown-it": "^10.0.2",
"@types/mocha": "^8.0.3",
"@types/node": "^14.11.10",
"@types/markdown-it": "^10.0.3",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.9",
"@types/parse-json": "^4.0.0",
"@types/winston": "^2.3.8",
"chai": "^4.1.2",
"codecov": "^3.8.0",
"mocha": "^6.2.0",
"nyc": "^15.1.0",
"codecov": "^3.8.1",
"del": "^6.0.0",
"jest": "^26.6.3",
"source-map-support": "^0.5.19",
"ts-node": "^5.0.1",
"typescript": "^4.0.3"
"ts-jest": "^26.4.4",
"ts-node": "^9.0.0",
"typescript": "^4.1.2"
},

@@ -84,7 +83,3 @@ "files": [

"bin"
],
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
"all": true
}
]
}
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