Socket
Socket
Sign inDemoInstall

vdo

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vdo - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

CHANGES.md

16

lib/index.js

@@ -86,13 +86,13 @@ 'use strict'

* let MyComponent = function (attributes, childNodes, context) {
* return (
* <body>
* Counter: { context.counter }
* </body>
* )
* return (
* <body>
* Counter: { context.counter }
* </body>
* )
* }
*
* let html = vdo.with({ counter: 1 }, function () {
* return (
* <MyCounter/>
* )
* return (
* <MyCounter/>
* )
* })

@@ -99,0 +99,0 @@ *

{
"name": "vdo",
"description": "Minimal JSX compatible html focused templating engine.",
"version": "4.0.0",
"version": "4.0.1",
"author": "Dylan Piercey <pierceydylan@gmail.com>",

@@ -12,6 +12,5 @@ "bugs": "https://github.com/DylanPiercey/vdo/issues",

"devDependencies": {
"gulp": "^3.9.0",
"gulp-mocha": "^2.1.3",
"snazzy": "^3.0.1",
"standard": "^6.0.8"
"mocha": "^3.0.2",
"snazzy": "^4.0.1",
"standard": "^8.0.0"
},

@@ -33,3 +32,3 @@ "homepage": "https://github.com/DylanPiercey/vdo",

"scripts": {
"test": "standard --verbose | snazzy && gulp test"
"test": "standard --verbose | snazzy && mocha ./test/**/*.test.js"
},

@@ -36,0 +35,0 @@ "standard": {

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