docsearch.js
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -0,1 +1,11 @@ | ||
<a name="2.1.7"></a> | ||
## [2.1.7](https://github.com/algolia/docsearch/compare/v2.1.6...v2.1.7) (2016-10-03) | ||
### Bug Fixes | ||
* **zepto:** upgrade autocomplete.js (#150) ([e024917](https://github.com/algolia/docsearch/commit/e024917)) | ||
<a name="2.1.6"></a> | ||
@@ -2,0 +12,0 @@ ## [2.1.6](https://github.com/algolia/docsearch/compare/v2.1.5...v2.1.6) (2016-10-02) |
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports['default'] = '2.1.6'; | ||
exports['default'] = '2.1.7'; | ||
module.exports = exports['default']; |
@@ -1,3 +0,1 @@ | ||
/* zepto work-around */ | ||
'use strict'; | ||
@@ -8,10 +6,10 @@ | ||
}); | ||
var current$ = window.$; | ||
var currentZepto = window.Zepto; | ||
require('autocomplete.js/zepto.js'); | ||
var zepto = window.Zepto; | ||
window.$ = current$; | ||
window.Zepto = currentZepto; | ||
exports['default'] = zepto; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; } | ||
var _autocompleteJsZeptoJs = require('autocomplete.js/zepto.js'); | ||
var _autocompleteJsZeptoJs2 = _interopRequireDefault(_autocompleteJsZeptoJs); | ||
exports['default'] = _autocompleteJsZeptoJs2['default']; | ||
module.exports = exports['default']; |
{ | ||
"name": "docsearch.js", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "Add an autocomplete dropdown to your documentation", | ||
@@ -65,3 +65,3 @@ "main": "dist/npm/index.js", | ||
"algoliasearch": "^3.18.0", | ||
"autocomplete.js": "0.21.1", | ||
"autocomplete.js": "^0.21.8", | ||
"hogan.js": "^3.0.2", | ||
@@ -68,0 +68,0 @@ "to-factory": "^1.0.0" |
@@ -1,1 +0,1 @@ | ||
export default '2.1.6'; | ||
export default '2.1.7'; |
@@ -1,10 +0,2 @@ | ||
/* zepto work-around */ | ||
const current$ = window.$; | ||
const currentZepto = window.Zepto; | ||
require('autocomplete.js/zepto.js'); | ||
const zepto = window.Zepto; | ||
window.$ = current$; | ||
window.Zepto = currentZepto; | ||
import zepto from 'autocomplete.js/zepto.js'; | ||
export default zepto; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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 too big to display
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
59
7844028
289
14471
+ Addedautocomplete.js@0.21.8(transitive)
- Removedautocomplete.js@0.21.1(transitive)
Updatedautocomplete.js@^0.21.8