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

dom-utils

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom-utils - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

1

lib/dispatch.js

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

/**

@@ -3,0 +2,0 @@ * Dispatches an event on the passed element.

2

lib/matches.js

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

var proto = Element.prototype;
var proto = window.Element.prototype;
var nativeMatches = proto.matches ||

@@ -3,0 +3,0 @@ proto.matchesSelector ||

{
"name": "dom-utils",
"version": "0.2.2",
"version": "0.3.0",
"description": "A small, modular DOM utilities library",

@@ -25,4 +25,4 @@ "scripts": {

"browserify": "^13.0.0",
"easy-sauce": "^0.2.0",
"eslint": "^2.8.0",
"easy-sauce": "^0.3.5",
"eslint": "^3.0.1",
"mocha": "^2.4.5",

@@ -33,4 +33,2 @@ "mocha-phantomjs": "^4.0.2",

"easySauce": {
"path": "/test/",
"port": "8080",
"platforms": [

@@ -43,3 +41,3 @@ [

[
"OS X 10.11",
"Linux",
"firefox",

@@ -46,0 +44,0 @@ "latest"

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