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

dombili

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dombili - npm Package Compare versions

Comparing version 0.9.1 to 0.10.0

src/timer.js

5

CHANGELOG.md

@@ -11,2 +11,7 @@ ```text

```
## **dombili** (*v0.10.0*)
* Added animation frame helpers.
## **dombili** (*v0.9.0*)

@@ -13,0 +18,0 @@

2

package.json
{
"name": "dombili",
"version": "0.9.1",
"version": "0.10.0",
"description": "dombili is a light, zero-dependency wrapper around modern browser APIs.",

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

@@ -36,3 +36,4 @@ /* |\__.__/|

import { css, setCss, hasClass, addClass, removeClass } from './style';
import { noop, returnTrue, returnFalse, extend, inArray } from './utils';
import { tick, untick } from './timer';
import { noop, returnTrue, returnFalse, extend, inArray } from './util';

@@ -56,3 +57,4 @@ export {

css, setCss, hasClass, addClass, removeClass,
tick, untick,
noop, returnTrue, returnFalse, extend, inArray
};
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