reactive-handlebars
Advanced tools
Comparing version 0.0.0 to 0.0.1
'use strict'; | ||
var lodash = require('lodash'); | ||
var lodash = require('lodash'), | ||
Handlebars = require('handlebars'); | ||
@@ -4,0 +5,0 @@ |
{ | ||
"name": "reactive-handlebars", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "A miniature library for updating DOM elements reactively and for providing observer methods to oberve objects passed to the handlears templates", | ||
@@ -15,7 +15,8 @@ "main": "index.js", | ||
], | ||
"dependencies": { | ||
"handlebars": "^4.0.5", | ||
"lodash": "^4.16.4" | ||
}, | ||
"author": "hadi javeed <hadij.pk@gmail.com>", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"lodash": "^4.16.4" | ||
} | ||
"license": "MIT" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6542
0
129
2
+ Addedhandlebars@^4.0.5
+ Addedlodash@^4.16.4
+ Addedhandlebars@4.7.8(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedneo-async@2.6.2(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addeduglify-js@3.19.3(transitive)
+ Addedwordwrap@1.0.0(transitive)