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

elr-utility-lib

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elr-utility-lib - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

.nyc_output/ab9249c9d9406cf7879bec89ed97ff61.json

44

package.json
{
"name": "elr-utility-lib",
"version": "1.0.5",
"description": "JavaScript Utility Library",
"main": "dist/elr-utility-lib.js",
"repository": {
"type": "git",
"url": "https://github.com/Beth3346/elr-utility-lib.git"
"version": "1.0.6",
"author": "Elizabeth Rogers",
"bugs": {
"url": "https://github.com/Beth3346/elr-utility-lib",
"email": "beth@elizabeth-rogers.com"
},
"scripts": {
"build": "build"
},
"dependencies": {

@@ -20,9 +17,38 @@ "babel-runtime": "^6.0.0",

"babel-preset-es2015": "^6.14.0",
"chai": "^3.5.0",
"chai-arrays": "0.0.1",
"chai-subset": "^1.3.0",
"codecov": "^1.0.1",
"del": "^2.2.2",
"ghooks": "^1.3.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-jshint": "^2.0.1",
"gulp-mocha": "^3.0.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^2.1.1",
"jshint": "^2.9.3"
"jshint": "^2.9.3",
"mocha": "^3.2.0",
"mocha-notifier-reporter": "^0.1.2",
"nyc": "^10.0.0"
},
"homepage": "http://www.elizabeth-rogers.com/elr-utilities/js-utility-lib.html",
"keywords": [
"javascript, jquery, utility, ui"
],
"license": "SEE LICENSE IN LICENSE.md",
"main": "dist/main.js",
"repository": {
"type": "git",
"url": "https://github.com/Beth3346/elr-utility-lib.git"
},
"scripts": {
"build": "build",
"test": "nyc mocha --compilers js:babel-core/register",
"test watch": "nyc mocha watch --compilers js:babel-core/register",
"cover": "nyc --reporter=lcov npm t",
"check-coverage": "nyc check-coverage --statements 0 --branches 0 --functions 0 --lines 0",
"report-coverage": "cat ./coverage/lcov.info | codecov"
}
}

@@ -1,5 +0,39 @@

# ELR Utilitiy Lib
# elr-utility-lib
###License
[![Build Status](https://travis-ci.org/Beth3346/elr-utility-lib.svg?branch=master)](https://travis-ci.org/Beth3346/elr-utility-lib)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
ELR-Utilitiy Lib is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
JavaScript Utility Library
## Installation
Download node at [nodejs.org](http://nodejs.org) and install it, if you haven't already.
```sh
npm install elr-utility-lib --save
```
## Dependencies
- [babel-runtime](https://github.com/babel/babel/tree/master/packages): babel selfContained runtime
- [jquery](https://github.com/jquery/jquery): JavaScript library for DOM operations
## Dev Dependencies
- [babel-core](https://github.com/babel/babel/tree/master/packages): Babel compiler core.
- [babel-preset-es2015](https://github.com/babel/babel/tree/master/packages): Babel preset for all es2015 plugins.
- [del](https://github.com/sindresorhus/del): Delete files and folders
- [gulp](https://github.com/gulpjs/gulp): The streaming build system
- [gulp-babel](https://github.com/babel/gulp-babel): Use next generation JavaScript, today
- [gulp-jshint](https://github.com/spalger/gulp-jshint): JSHint plugin for gulp
- [gulp-sourcemaps](https://github.com/floridoo/gulp-sourcemaps): Source map support for Gulp.js
- [jshint](https://github.com/jshint/jshint): Static analysis tool for JavaScript
## License
SEE LICENSE IN LICENSE.md
_Generated by [package-json-to-readme](https://github.com/zeke/package-json-to-readme)_
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