Socket
Socket
Sign inDemoInstall

posthtml-render

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

posthtml-render - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

5

CHANGELOG.md

@@ -5,3 +5,8 @@ # Change Log

<a name="1.1.2"></a>
## [1.1.2](https://github.com/posthtml/posthtml-render/compare/v1.1.1...v1.1.2) (2018-03-20)
<a name="1.1.1"></a>
## [1.1.1](https://github.com/posthtml/posthtml-render/compare/v1.1.0...v1.1.1) (2018-03-02)

13

package.json
{
"name": "posthtml-render",
"version": "1.1.1",
"version": "1.1.2",
"description": "Renders PostHTML Tree to HTML/XML",

@@ -8,3 +8,2 @@ "author": "Ivan Voischev <voischev.ivan@ya.ru>",

"main": "lib/index.js",
"browser": "lib/browser.min.js",
"files": [

@@ -18,8 +17,4 @@ "lib"

"nyc": "^10.0.0",
"rollup": "^0.54.0",
"rollup-plugin-commonjs": "^8.0.0",
"rollup-plugin-uglify": "^2.0.0",
"standard": "^10.0.0",
"standard-version": "^4.0.0",
"uglify-es": "^3.0.0"
"standard-version": "^4.0.0"
},

@@ -30,5 +25,3 @@ "scripts": {

"docs": "jsdoc2md lib/*.js > RENDER.md",
"build": "rollup -c",
"clean": "rm -rf .nyc_output coverage",
"release": "npm run build && standard-version"
"release": "standard-version"
},

@@ -35,0 +28,0 @@ "keywords": [

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