Socket
Socket
Sign inDemoInstall

domv

Package Overview
Dependencies
79
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.4 to 0.2.5

api.md

4

package.json
{
"name": "domv",
"version": "0.2.4",
"version": "0.2.5",
"author": "Joris van der Wel <joris@jorisvanderwel.com>",

@@ -52,3 +52,3 @@ "description": "Create views as components using DOM. Run the same code on the browser and on the server.",

"posttest": "echo Open test/browser-test.html to run the test suite in a web browser.",
"documentation": "jsdoc -r ./lib -d ./jsdoc --pedantic --verbose && jsdoc2md --src lib/* > ./jsdoc/api.md",
"documentation": "jsdoc -d ./jsdoc --pedantic --verbose lib/domv.js lib/Component.js lib/Exception.js lib/HtmlDocument.js && jsdoc2md --src lib/domv.js lib/Component.js lib/Exception.js lib/HtmlDocument.js > ./jsdoc/api.md",
"bundle": "browserify --outfile build/domv.js --standalone domv ./lib/domv.js"

@@ -55,0 +55,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc