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

reactive-handlebars

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactive-handlebars - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

3

index.js
'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"
}
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