Socket
Socket
Sign inDemoInstall

snabbdom

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snabbdom - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

modules/hero.js

@@ -1,2 +0,2 @@

var raf = (window && window.requestAnimationFrame) || setTimeout;
var raf = (typeof window !== `undefined` && window.requestAnimationFrame) || setTimeout;
var nextFrame = function(fn) { raf(function() { raf(fn); }); };

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

var raf = (window && window.requestAnimationFrame) || setTimeout;
var raf = (typeof window !== `undefined` && window.requestAnimationFrame) || setTimeout;
var nextFrame = function(fn) { raf(function() { raf(fn); }); };

@@ -3,0 +3,0 @@

{
"name": "snabbdom",
"version": "0.4.0",
"version": "0.4.1",
"description": "A virtual DOM library with focus on simplicity, modularity, powerful features and performance.",

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

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