New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kjappas

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kjappas - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

index.js

@@ -135,6 +135,6 @@ // Generated by CoffeeScript 1.12.4

return cb = function() {
var args, tieout;
var args;
args = arguments;
clearTimeout(timeout);
return tieout = setTimeout((function() {
return timeout = setTimeout((function() {
return fn.apply(null, args);

@@ -141,0 +141,0 @@ }), 0);

{
"name": "kjappas",
"version": "0.1.2",
"version": "0.1.3",
"description": "HTML-as-JavaScript Snabbdom template library",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -10,2 +10,4 @@

Relatives: [globus](https://github.com/jbe/globus) | [immux](https://github.com/jbe/immux) | [SimpleImmutable](https://github.com/jbe/simple-immutable)
## Installation

@@ -94,3 +96,3 @@

The optional `data` parameter accepts the same fields as `snabbdom/h`, along with some additional shorthands. The supported snabbdom-style object fields are `class`, `key`, `style`, `on`, `attrs` and `props`. However, there are more conventient shorthands:
The optional `data` parameter accepts the same fields as `snabbdom/h`, along with some additional shorthands. The supported snabbdom-style object fields are `class`, `key`, `style`, `on`, `attrs`, `props` and `hook`. However, there are more conventient shorthands:

@@ -97,0 +99,0 @@ ```javascript

Sorry, the diff of this file is not supported yet

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