Socket
Socket
Sign inDemoInstall

bti-dom-utils

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bti-dom-utils - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

docs/docco.css

26

package.json
{
"name": "bti-dom-utils",
"version": "1.0.2",
"description": "A semi-random collection of useful DOM tools.",
"version": "1.1.0",
"description": "A semi-random collection of useful DOM utilities.",
"author": "Beneath the Ink <info@beneaththeink.com>",
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"contributors": [

@@ -17,10 +20,19 @@ {

},
"main": "./lib/dom-utils.js",
"scripts": {
"build-docs": "./node_modules/.bin/doxxo -l bti index.js",
"dev": "node test/browser"
},
"main": "index.js",
"devDependencies": {
"chai": "~2.1.0",
"doxxo": "~0.1.4",
"grunt": "~0.4.5",
"grunt-browserify": "~3.1.0",
"grunt-browserify": "~3.5.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-exorcise": "~0.2.0",
"grunt-wrap2000": "~0.1.0"
"grunt-contrib-uglify": "~0.8.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-wrap2000": "~0.1.0",
"minimist": "~1.1.0",
"mocha": "~2.2.1",
"underscore": "~1.8.2"
},

@@ -27,0 +39,0 @@ "license": "MIT",

@@ -27,10 +27,8 @@ # DOM Utilities

For quick documentation on each function, please see the inline comments in the source code. These comments are in JSDoc3 format, so you can also build them for a prettier experience.
For quick documentation on each function, please see the inline comments in the source code. These comments are in [Doxxo](https://github.com/BeneathTheInk/doxxo) format, so you can also build them for a prettier experience.
```bash
jsdoc -c jsdoc.conf.json lib/dom-utils.js README.md
npm run build-docs
```
If you don't have JSDoc3 installed globally, run `npm install -g jsdoc3` before running that command.
## How to Build from Scratch

@@ -37,0 +35,0 @@

Sorry, the diff of this file is not supported yet

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