Socket
Socket
Sign inDemoInstall

@thi.ng/hiccup

Package Overview
Dependencies
Maintainers
1
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/hiccup - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

tsconfig.json

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="0.1.5"></a>
## [0.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@0.1.4...@thi.ng/hiccup@0.1.5) (2018-01-30)
**Note:** Version bump only for package @thi.ng/hiccup
<a name="0.1.4"></a>

@@ -8,0 +16,0 @@ ## [0.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@0.1.3...@thi.ng/hiccup@0.1.4) (2018-01-29)

8

package.json
{
"name": "@thi.ng/hiccup",
"version": "0.1.4",
"version": "0.1.5",
"description": "HTML/SVG/XML serialization of nested data structures, iterables & closures",

@@ -12,6 +12,7 @@ "main": "./index.js",

"build": "yarn clean && tsc --declaration",
"clean": "rm -rf *.js *.d.ts build doc",
"clean": "rm -rf *.js *.d.ts .nyc_output build coverage doc",
"cover": "yarn test && nyc report --reporter=lcov",
"doc": "node_modules/.bin/typedoc --mode modules --out doc src",
"pub": "yarn build && yarn publish --access public",
"test": "rm -rf build && tsc -p test && mocha build/test/*.js"
"test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js"
},

@@ -22,2 +23,3 @@ "devDependencies": {

"mocha": "^5.0.0",
"nyc": "^11.4.1",
"ts-loader": "^3.3.1",

@@ -24,0 +26,0 @@ "typedoc": "^0.9.0",

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