algoliasearch
Advanced tools
Comparing version 3.0.5 to 3.0.6
{ | ||
"name": "algoliasearch", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"homepage": "https://github.com/algolia/algoliasearch-client-js", | ||
@@ -5,0 +5,0 @@ "authors": [ |
var algoliasearch = require('./'); | ||
// var AlgoliaSearch = require('algolia-search'); | ||
var client = algoliasearch('latency', '6be0576ff61c053d5f9a3225e2a90f76'); | ||
// var client = new AlgoliaSearch('latency', '6be0576ff61c053d5f9a3225e2a90f76'); | ||
var index = client.initIndex('contacts'); | ||
@@ -7,0 +5,0 @@ |
{ | ||
"name": "algoliasearch", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "AlgoliaSearch API JavaScript client", | ||
"main": "index.js", | ||
"browser": { | ||
"./index.js": "./src/browser/builds/algoliasearch.js", | ||
"./src/version/index.js": "./src/version/browser.js" | ||
"./index.js": "./src/browser/builds/algoliasearch.js" | ||
}, | ||
"scripts": { | ||
"build": "PACKAGE_VERSION=$(json -f package.json version) sh build.sh", | ||
"build": "PACKAGE_VERSION=$(json -f src/version.json) ./scripts/build", | ||
"release": "git clean dist/ -f && git checkout dist/ && ./scripts/release && npm run build", | ||
"test": "npm run test-phantom | tap-spec && npm run test-node | tap-spec && npm run lint", | ||
@@ -22,4 +22,3 @@ "test-node": "node test/run-node.js", | ||
"transform": [ | ||
"envify", | ||
"packageify" | ||
"envify" | ||
] | ||
@@ -52,3 +51,3 @@ }, | ||
"dependencies": { | ||
"agentkeepalive": "0.2.4", | ||
"agentkeepalive": "2.0.0", | ||
"debug": "2.1.3", | ||
@@ -60,3 +59,2 @@ "envify": "3.4.0", | ||
"once": "1.3.1", | ||
"packageify": "0.2.2", | ||
"semver": "4.3.2" | ||
@@ -87,2 +85,3 @@ }, | ||
"morgan": "1.5.1", | ||
"mversion": "1.10.0", | ||
"phantomjs": "1.9.15", | ||
@@ -89,0 +88,0 @@ "pretty-bytes": "1.0.4", |
@@ -16,3 +16,3 @@ // This is the AngularJS Algolia Search module | ||
algoliasearch.version = require('../../version/'); | ||
algoliasearch.version = require('../../version.json'); | ||
@@ -19,0 +19,0 @@ function AlgoliaSearchAngular() { |
@@ -13,3 +13,3 @@ // This is the jQuery Algolia Search module | ||
algoliasearch.version = require('../../version/'); | ||
algoliasearch.version = require('../../version.json'); | ||
@@ -16,0 +16,0 @@ var $ = global.jQuery; |
@@ -16,3 +16,3 @@ // This is the standalone browser build entry point | ||
algoliasearch.version = require('../../version/'); | ||
algoliasearch.version = require('../../version.json'); | ||
@@ -19,0 +19,0 @@ var support = { |
@@ -36,3 +36,3 @@ // This is the Node.JS entry point | ||
algoliasearch.version = require('../../version/'); | ||
algoliasearch.version = require('../../version.json'); | ||
@@ -39,0 +39,0 @@ function AlgoliaSearchNodeJS() { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
221331
8
32
4617
+ Addedagentkeepalive@2.0.0(transitive)
- Removedpackageify@0.2.2
- Removedagentkeepalive@0.2.4(transitive)
- Removedpackageify@0.2.2(transitive)
Updatedagentkeepalive@2.0.0