New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

typed-html

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-html - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [0.6.2](https://github.com/nicojs/typed-html/compare/v0.6.1...v0.6.2) (2018-12-21)
### Bug Fixes
* **typings:** Don't publish *.tsx files to npm ([a65b272](https://github.com/nicojs/typed-html/commit/a65b272))
## [0.6.1](https://github.com/nicojs/typed-html/compare/v0.6.0...v0.6.1) (2018-12-21)

@@ -2,0 +11,0 @@

3

package.json
{
"name": "typed-html",
"version": "0.6.1",
"version": "0.6.2",
"description": "TypeSafe HTML templates using TypeScript. No need to learn a template library.",

@@ -18,2 +18,3 @@ "main": "src/elements.js",

"version": "npm run generate-changelog",
"postversion": "npm publish && git push && git push --tags",
"generate-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",

@@ -20,0 +21,0 @@ "start": "tsc -w -p .",

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