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

docsearch.js

Package Overview
Dependencies
Maintainers
5
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docsearch.js - npm Package Compare versions

Comparing version 2.1.6 to 2.1.7

docs/_site/img/showcase/babeljs.png

10

CHANGELOG.md

@@ -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)

2

dist/npm/src/lib/version.js

@@ -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

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