Socket
Socket
Sign inDemoInstall

frecency

Package Overview
Dependencies
0
Maintainers
32
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

### [1.3.2](https://github.com/mixmaxhq/frecency/compare/v1.3.1...v1.3.2) (2020-01-18)
### Bug Fixes
* **import:** use relative paths to support webpack ([26dfda4](https://github.com/mixmaxhq/frecency/commit/26dfda4b83f2a72e9b9843557b73424e841e6432))
## Release History

@@ -2,0 +9,0 @@

38

package.json
{
"name": "frecency",
"version": "1.3.1",
"version": "1.3.2",
"description": "Frecency sorting for search results.",
"main": "dist/main.js",
"main": "./dist/main.js",
"browser": {
"./index.js": "dist/browser.js"
"./index.js": "./dist/browser.js"
},

@@ -14,9 +14,11 @@ "files": [

"scripts": {
"build": "[ \"$WATCH\" == 'true' ] && rollup -cw || rollup -c",
"ci": "npm run lint && npm run build",
"ci:commitlint": "commitlint-jenkins --pr-only",
"lint": "eslint . && flow",
"prebuild": "rm -rf dist/",
"build": "[ \"$WATCH\" == 'true' ] && rollup -cw || rollup -c",
"prepublishOnly": "npm run build && if [ \"$CI\" = '' ]; then node -p 'JSON.parse(process.env.npm_package_config_manualPublishMessage)'; exit 1; fi",
"semantic-release": "semantic-release",
"test": "npm run build && jest",
"watch": "WATCH=true yarn build",
"prepublish": "npm run lint && npm run build && npm test"
"watch": "WATCH=true yarn build"
},

@@ -34,2 +36,5 @@ "repository": {

"devDependencies": {
"@commitlint/config-conventional": "^8.3.4",
"@mixmaxhq/commitlint-jenkins": "^1.4.2",
"@mixmaxhq/semantic-release-config": "^2.0.0",
"babel-core": "^6.26.0",

@@ -40,2 +45,3 @@ "babel-jest": "^22.4.3",

"babel-preset-flow": "^6.23.0",
"cz-conventional-changelog": "^3.0.2",
"eslint": "^4.19.1",

@@ -48,4 +54,22 @@ "eslint-config-mixmax": "^1.0.0",

"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-replace": "^2.0.0"
"rollup-plugin-replace": "^2.0.0",
"semantic-release": "^16.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"manualPublishMessage": "This repository is configured to use semantic-release for its releases. Please do not release manually.\n"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release": {
"extends": "@mixmaxhq/semantic-release-config"
},
"publishConfig": {
"access": "public"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc