Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

elr-filter-grid

Package Overview
Dependencies
4
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

26

package.json
{
"name": "elr-filter-grid",
"version": "1.0.3",
"description": "a basic content filter-grid",
"main": "dist/elr-filter-grid.js",
"repository": {
"type": "git",
"url": "https://github.com/Beth3346/elr-filter-grid.git"
"version": "1.0.4",
"author": "Elizabeth Rogers",
"bugs": {
"url": "https://github.com/Beth3346/elr-filter-grid",
"email": "beth@elizabeth-rogers.com"
},
"scripts": {
"build": "build"
},
"dependencies": {

@@ -27,3 +24,16 @@ "babel-runtime": "^6.0.0",

"jshint": "^2.9.3"
},
"homepage": "http://www.elizabeth-rogers.com/elr-utilities/js-filter-grid.html",
"keywords": [
"javascript, jquery, filter, grid, images, ui"
],
"license": "SEE LICENSE IN LICENSE.md",
"main": "dist/elr-filter-grid.js",
"repository": {
"type": "git",
"url": "https://github.com/Beth3346/elr-filter-grid.git"
},
"scripts": {
"build": "build"
}
}

@@ -1,5 +0,37 @@

# ELR Accordion
# elr-filter-grid
###License
a basic content filter-grid
ELR-Accordion is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
## Installation
Download node at [nodejs.org](http://nodejs.org) and install it, if you haven't already.
```sh
npm install elr-filter-grid --save
```
## Dependencies
- [babel-runtime](https://github.com/babel/babel/tree/master/packages): babel selfContained runtime
- [elr-utility-lib](https://github.com/Beth3346/elr-utility-lib): JavaScript Utility Library
- [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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc