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.1.1 to 0.2.0

.eslintrc

13

CHANGELOG.md

@@ -0,7 +1,16 @@

### 0.2.0 (April 24, 2016)
* Rename the `src` directory to `lib`
* Add new methods:
* `parseUrl`
* `delegate`
* `dispatch`
* `closest`
### 0.1.1 (August 18, 2013)
* Add a release build script.
* Add a release build script
### 0.1.0 (August 16, 2013)
* First public release.
* First public release
{
"name": "dom-utils",
"version": "0.1.1",
"description": "A small, modular DOM travesal and manipulation library.",
"version": "0.2.0",
"description": "A small, modular DOM utilities library",
"scripts": {
"test": "grunt test"
"test": "make test"
},

@@ -24,11 +24,60 @@ "repository": {

"devDependencies": {
"grunt": "*",
"grunt-contrib-jshint": "*",
"grunt-browserify": "*",
"grunt-mocha-phantomjs": "*",
"mocha": "*",
"chai": "*",
"mout": "*",
"moment": "*"
"browserify": "^13.0.0",
"easy-sauce": "^0.2.0",
"eslint": "^2.8.0",
"mocha": "^2.4.5",
"mocha-phantomjs": "^4.0.2",
"sinon": "^1.17.3"
},
"easySauce": {
"path": "/test/",
"port": "8080",
"platforms": [
[
"Windows 10",
"chrome",
"latest"
],
[
"OS X 10.11",
"firefox",
"latest"
],
[
"OS X 10.11",
"safari",
"9"
],
[
"OS X 10.8",
"safari",
"6"
],
[
"Windows 10",
"MicrosoftEdge",
"latest"
],
[
"Windows 8.1",
"internet explorer",
"11"
],
[
"Windows 8",
"internet explorer",
"10"
],
[
"Windows 7",
"internet explorer",
"9"
],
[
"Windows XP",
"internet explorer",
"8"
]
]
}
}

3

README.md

@@ -5,3 +5,2 @@ # DOM Utils

A small, modular DOM travesal and manipulation library.
A small, modular DOM utilities library.

Sorry, the diff of this file is not supported yet

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