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

html-template-tag

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-template-tag - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

9

package.json
{
"name": "html-template-tag",
"version": "3.0.0",
"version": "3.1.0",
"description": "ES6 Tagged Template for compiling HTML template strings.",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"module": "src/index.js",
"scripts": {

@@ -14,4 +15,4 @@ "prebuild": "npm run clean",

"coverage:report": "cat ./coverage/lcov.info | codecov",
"test": "istanbul cover -x *.test.js _mocha -- -R spec --compilers js:babel/register",
"test:watch": "mocha -w --compilers js:babel/register",
"test": "istanbul cover -x *.test.js _mocha -- -R spec --require babel/register",
"test:watch": "mocha -w --require babel/register",
"preversion": "npm run test && npm run coverage:check",

@@ -43,3 +44,3 @@ "version": "npm run build && git add -A dist",

"istanbul": "^0.4.0",
"mocha": "^2.3.3",
"mocha": "^6.0.2",
"uglify-js": "^2.5.0"

@@ -46,0 +47,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