Socket
Socket
Sign inDemoInstall

unified

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unified - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

5

history.md

@@ -5,2 +5,7 @@ <!--mdast setext-->

2.1.2 / 2015-10-23
==================
* Refactor browserify system ([c95686d](https://github.com/wooorm/unified/commit/c95686d))
2.1.1 / 2015-10-14

@@ -7,0 +12,0 @@ ==================

7

package.json
{
"name": "unified",
"version": "2.1.1",
"version": "2.1.2",
"description": "Text processing framework: Parse / Transform / Compile",

@@ -24,2 +24,5 @@ "license": "MIT",

},
"browser": {
"node-extend": "extend"
},
"repository": {

@@ -60,3 +63,3 @@ "type": "git",

"build-md": "mdast . --quiet",
"build-bundle": "browserify index.js -s AttachWare -u node-extend > unified.js",
"build-bundle": "browserify index.js -s AttachWare > unified.js",
"postbuild-bundle": "esmangle unified.js > unified.min.js",

@@ -63,0 +66,0 @@ "build": "npm run build-md && npm run build-bundle"

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