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

fg-collapsible

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fg-collapsible - npm Package Compare versions

Comparing version 0.4.6 to 0.5.0

.jenkins

12

Gruntfile.js

@@ -14,2 +14,10 @@ module.exports = function(grunt) {

},
copy: {
libs: {
files: [
{ expand: true, cwd: 'node_modules/jquery/dist', src: [ "jquery.js" ], dest: "src/lib"},
{ expand: true, cwd: 'node_modules/xrayhtml/dist/', src: [ "xrayhtml.*" ], dest: "src/lib"}
]
}
},
qunit: {

@@ -24,3 +32,5 @@ files: ['test/**/*.html']

grunt.registerTask('lint', ['jshint']);
grunt.registerTask('default', ['test', 'lint']);
grunt.registerTask('default', ['copy', 'test', 'lint']);
grunt.registerTask('travis', ['test']);
grunt.registerTask('stage', ['default']);
};

4

package.json
{
"name": "fg-collapsible",
"version": "0.4.6",
"version": "0.5.0",
"description": "Toggle your collapsible content",

@@ -25,3 +25,5 @@ "scripts": {

"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-copy": "^0.8.2",
"jquery": "^2.2.3",
"xrayhtml": "^2.1.2",
"matchdep": "^1.0.1",

@@ -28,0 +30,0 @@ "qunitjs": "^2.0.0-rc1"

@@ -5,2 +5,7 @@ # collapsible

## [Demo](http://filamentgroup.github.io/collapsible/demo.html)
See demo page for how-to and examples:
- http://master.origin.collapsible.fgview.com/demos/
- OR if it's a branch you want to see: http://BRANCHNAMEHERE.origin.collapsible.fgview.com/demos/
[![Build Status](https://travis-ci.org/filamentgroup/dialog.svg)](https://travis-ci.org/filamentgroup/dialog)
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