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

bootstrap-mobile

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootstrap-mobile - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

__tests__/index.js

7

gulpfile.js
var gulp = require('gulp');
var uglify = require('gulp-uglify');
var prefix = require('gulp-autoprefixer');
var cleanCSS = require('gulp-clean-css');

@@ -25,3 +24,3 @@ var jshint = require('gulp-jshint');

'css/spinner.css',
'css/notice.css'
'css/notice.css',
];

@@ -32,3 +31,3 @@ return gulp.src(files)

.pipe(cleanCSS({
advanced: false
advanced: false,
}))

@@ -44,3 +43,3 @@ .pipe(rename('bootstrap-mobile.min.css'))

'js/modal.js',
'js/spinner.js'
'js/spinner.js',
];

@@ -47,0 +46,0 @@ return gulp.src(files)

@@ -0,1 +1,2 @@

/* global jQuery */
(function ($) {

@@ -6,2 +7,2 @@ $(document).on('click', '.has-clear .form-control-feedback', function () {

});
})(jQuery);
})(jQuery);

@@ -0,1 +1,2 @@

/* global jQuery */
(function ($) {

@@ -27,3 +28,3 @@ var Loading = function (options) {

this.$loadingEl.hide();
}
},
});

@@ -51,2 +52,2 @@

};
} ($));
} (jQuery));

@@ -0,1 +1,2 @@

/* global jQuery */
(function ($) {

@@ -8,3 +9,3 @@ // 解决iOS底部弹窗后可以继续往下滚动的问题

var $body = $('body');
$doc.on('show.bs.modal', '.modal-bottom', function (e) {
$doc.on('show.bs.modal', '.modal-bottom', function () {
scrollTop = $body.scrollTop();

@@ -11,0 +12,0 @@ $root.addClass('modal-fixfixed');

{
"name": "bootstrap-mobile",
"version": "0.9.0",
"version": "0.9.1",
"description": "Better mobile support for bootstrap framework",

@@ -12,14 +12,2 @@ "main": "index.js",

},
"dependencies": {},
"devDependencies": {
"blear.scss.hairline": "^1.0.4",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-clean-css": "^2.0.3",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.9.2",
"gulp-less": "^3.0.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0"
},
"scripts": {

@@ -37,3 +25,24 @@ "test": "echo \"Error: no test specified\" && exit 1"

},
"homepage": "https://github.com/twinh/bootstrap-mobile"
"homepage": "https://github.com/twinh/bootstrap-mobile",
"jest": {
"preset": "jest-preset-miaoxing",
"testEnvironment": "node"
},
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-clean-css": "^2.0.3",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.9.2",
"gulp-less": "^3.0.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"@miaoxing/dev": "^7.0.0",
"sass": "^1.32.8"
},
"ciDependencies": {
"babel-preset-miaoxing": "miaoxing/babel-preset-miaoxing",
"jest-preset-miaoxing": "miaoxing/jest-preset-miaoxing",
"@miaoxing/dev": "miaoxing/dev"
}
}
# bootstrap-mobile
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/twinh/bootstrap-mobile/Build?style=flat-square)](https://github.com/twinh/bootstrap-mobile/actions)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](http://www.opensource.org/licenses/MIT)
Better mobile support for bootstrap framework

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

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

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

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