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

algoliasearch

Package Overview
Dependencies
Maintainers
3
Versions
389
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

algoliasearch - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

scripts/build

2

bower.json
{
"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

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