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

vue-instantsearch

Package Overview
Dependencies
Maintainers
11
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-instantsearch - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

<a name="0.3.1"></a>
## [0.3.1](https://github.com/algolia/vue-instantsearch/compare/v0.3.0...v0.3.1) (2017-07-26)
Update the readme on npm website.
<a name="0.3.0"></a>

@@ -2,0 +8,0 @@ # [0.3.0](https://github.com/algolia/vue-instantsearch/compare/v0.2.1...v0.3.0) (2017-07-21)

2

dist/vue-instantsearch.common.js

@@ -11,3 +11,3 @@ 'use strict';

var version = "0.3.0";
var version = "0.3.1";

@@ -14,0 +14,0 @@ var serialize = function(helper) {

@@ -5,3 +5,3 @@ import algolia from 'algoliasearch/lite';

var version = "0.3.0";
var version = "0.3.1";

@@ -8,0 +8,0 @@ var serialize = function(helper) {

@@ -19,3 +19,3 @@ {

"license": "MIT",
"version": "0.3.0",
"version": "0.3.1",
"files": [

@@ -33,4 +33,6 @@ "dist"

"build:umd": "rollup -c ./build/rollup.umd.config.js",
"docs:build": "gitbook install && gitbook build",
"docs:watch": "gitbook install && gitbook serve",
"docs:build": "cd docs/docgen && yarn && yarn build",
"docs:build:dev": "cd docs/docgen && yarn && yarn build:dev",
"docs:watch": "cd docs/docgen && yarn && yarn dev",
"docs:deploy": "cd docs && yarn && yarn deploy",
"watch": "concurrently --raw --kill-others \"yarn run test:watch\" \"yarn run build:cjs:watch\"",

@@ -66,3 +68,2 @@ "test": "yarn run build:cjs && yarn run lint && jest --verbose --coverage",

"eslint-plugin-prettier": "^2.1.2",
"gitbook-cli": "^2.3.0",
"jest": "^20.0.3",

@@ -69,0 +70,0 @@ "jest-serializer-html": "^4.0.0",

@@ -40,3 +40,3 @@ [![Vue InstantSearch logo][logo]][website]

[logo]: ./fixme.png
[logo]: https://raw.githubusercontent.com/algolia/vue-instantsearch/master/vue-instantsearch-readme.png
[website]: https://community.algolia.com/vue-instantsearch

@@ -43,0 +43,0 @@ [algolia-website]: https://www.algolia.com/

Sorry, the diff of this file is too big to display

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