Socket
Socket
Sign inDemoInstall

elr-dropdown-menu

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elr-dropdown-menu - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

.nyc_output/cc02f8efb5463ab9373ca138907d74c6.json

25

package.json
{
"name": "elr-dropdown-menu",
"description": "a basic content dropdown-menu",
"version": "1.0.2",
"version": "1.0.3",
"author": "Elizabeth Rogers",

@@ -17,8 +17,21 @@ "bugs": {

"babel-preset-es2015": "^6.14.0",
"chai": "^3.5.0",
"chai-arrays": "0.0.1",
"chai-jquery": "^2.0.0",
"chai-shallow-deep-equal": "^1.4.4",
"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"
},

@@ -30,3 +43,3 @@ "homepage": "http://www.elizabeth-rogers.com/elr-utilities/js-dropdown-menu.html",

"license": "SEE LICENSE IN LICENSE.md",
"main": "dist/elr-dropdown-menu.js",
"main": "dist/main.js",
"repository": {

@@ -37,4 +50,8 @@ "type": "git",

"scripts": {
"build": "build"
"build": "build",
"test": "nyc mocha test/test.js --compilers js:babel-core/register",
"test watch": "nyc mocha test/test.js watch --compilers js:babel-core/register",
"cover": "nyc --reporter=lcov npm test",
"report-coverage": "cat ./coverage/lcov.info | codecov"
}
}

4

README.md

@@ -1,3 +0,5 @@

# elr-dropdown-menu
# elr-dropdown-menu
[![Build Status](https://travis-ci.org/Beth3346/elr-dropdown-menu.svg?branch=master)](https://travis-ci.org/Beth3346/elr-dropdown-menu)
a basic content dropdown-menu

@@ -4,0 +6,0 @@

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