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

jsx2posthtml

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsx2posthtml - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

6

CHANGELOG.md

@@ -8,2 +8,8 @@ # Change Log

## [1.1.2] - 2017-06-21
## Fixed
- Add prepare script.
## [1.1.1] - 2017-06-21

@@ -10,0 +16,0 @@

5

package.json
{
"name": "jsx2posthtml",
"version": "1.1.1",
"version": "1.1.2",
"description": "Converts JSX to PostHTML node",

@@ -22,3 +22,4 @@ "main": "./es2015-cjs/index.js",

"minify": "uglifyjs ./es5/index.js -c -m -o ./es5/jsx2posthtml.min.js",
"prepublishOnly": "npm run test && npm run clean && npm run build:all && npm run minify"
"prepublishOnly": "npm run test",
"prepare": "npm run clean && npm run build:all && npm run minify"
},

@@ -25,0 +26,0 @@ "repository": {

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