Socket
Socket
Sign inDemoInstall

meilisearch

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meilisearch - npm Package Compare versions

Comparing version 0.8.5 to 0.8.6

dist/bundles/index.esm.js

95

package.json
{
"name": "meilisearch",
"version": "0.8.5",
"version": "0.8.6",
"description": "The MeiliSearch JS client for Node.js and the browser.",

@@ -25,2 +25,7 @@ "keywords": [

"license": "MIT",
"engines": {
"node": ">=10.0",
"npm": ">=6.0",
"yarn": "^1.0"
},
"resolutions": {

@@ -30,2 +35,45 @@ "rollup-plugin-node-builtins/browserify-fs/levelup/semver": "^6.0.0",

},
"scripts": {
"cleanup": "shx rm -rf dist",
"prebuild": "yarn cleanup && yarn verify",
"build": "tsc && tsc --target es2018 --outDir dist/esm2015 && rollup -c config/rollup.config.js && rollup -c config/rollup.config.js --environment NODE_ENV:production",
"build-ci": "yarn cleanup && tsc && tsc --target es2018 --outDir dist/esm2015 && rollup -c config/rollup.config.js && rollup -c config/rollup.config.js --environment NODE_ENV:production",
"postbuild": "node scripts/copy && yarn size",
"docs": "typedoc -p . --theme minimal --target 'es6' --excludeNotExported --excludePrivate --ignoreCompilerErrors --exclude \"**/src/**/__tests__/*.*\" --out docs src/",
"test": "jest -c ./config/jest.config.js --runInBand",
"test:watch": "yarn test --watch",
"test:coverage": "yarn test --coverage",
"test:ci": "yarn test --ci",
"validate-js": "tsc -p ./config && tsc -p ./scripts",
"verify": "yarn validate-js && yarn style && yarn test:ci",
"commit": "git-cz",
"style": "yarn format:fix && yarn lint",
"style:fix": "yarn format:fix && yarn lint:fix",
"format": "prettier \"**/*.{ts,tsx,js,jsx,css,scss,sass,less,md}\"",
"format:fix": "yarn format --write",
"lint": "tslint --project tsconfig.json --format codeFrame",
"lint:fix": "yarn lint --fix",
"prerelease": "yarn build",
"release": "standard-version",
"postrelease": "node scripts/copy && node scripts/build && yarn release:github && yarn release:npm",
"release:github": "git push --no-verify --follow-tags origin master",
"release:npm": "yarn publish dist",
"release:preflight": "yarn pack ./dist --dry-run",
"size": "node scripts/file-size ./dist/bundles/index.umd.min.js ./dist/bundles/index.esm.min.js"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"lint-staged": {
"**/*.{ts,tsx,js,jsx,css,scss,sass,less,md}": [
"prettier --write",
"git add"
],
"src/**/*.{ts,tsx}": [
"yarn lint:fix",
"git add"
]
},
"peerDependencies": {

@@ -36,3 +84,46 @@ "tslib": ">=1.10.0"

"axios": "0.19.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-json": "^4.0.1",
"@rollup/plugin-node-resolve": "7.1.1",
"@rollup/plugin-replace": "2.3.1",
"@types/jest": "25.1.2",
"@types/node": "13.7.*",
"@types/prettier": "1.19.0",
"@types/rollup-plugin-json": "^3.0.2",
"@types/rollup-plugin-node-globals": "^1.4.0",
"@types/webpack-config-utils": "2.3.0",
"brotli-size": "4.0.0",
"canvas": "^2.6.1",
"commitizen": "4.0.3",
"cross-var": "1.1.0",
"cz-conventional-changelog": "3.1.0",
"gzip-size": "5.1.1",
"jest": "^25.0.0",
"jest-watch-typeahead": "0.4.2",
"kleur": "3.0.3",
"lint-staged": "10.0.7",
"prettier": "^1.19.1",
"pretty-bytes": "5.3.0",
"rollup": "1.31.0",
"rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-sourcemaps": "0.5.0",
"rollup-plugin-terser": "5.2.0",
"shx": "0.3.2",
"standard-version": "7.1.0",
"ts-jest": "25.2.0",
"tslib": "1.10.0",
"tslint": "5.20.1",
"tslint-config-prettier": "1.18.0",
"tslint-config-standard": "9.0.0",
"tslint-etc": "1.10.0",
"tslint-react": "4.2.0",
"tsutils": "^3.17.1",
"typedoc": "0.16.9",
"typescript": "3.7.5",
"typescript-tslint-plugin": "0.5.5",
"webpack-config-utils": "2.3.1"
}
}
}
bundles/index.esm.js
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