New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uniformdev/optimize-tracker

Package Overview
Dependencies
Maintainers
9
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniformdev/optimize-tracker - npm Package Compare versions

Comparing version 1.0.1-alpha.108 to 2.0.0

35

CHANGELOG.md

@@ -6,2 +6,37 @@ # Change Log

## [2.0.0](https://github.com/uniformdev/optimize/compare/v1.0.0...v2.0.0) (2020-12-18)
### ⚠ BREAKING CHANGES
* **tracker:** tracker console log level default changed from verbose to info
* **tracker:** scope storage interface was changed to improve clarity
### Features
* **tracker:** improved logging messages ([d846c59](https://github.com/uniformdev/optimize/commit/d846c59d9b2b8c679eb03d89e1c32e44665dac1a))
* added browser extension plugin, added verbose trace logging ([62c3628](https://github.com/uniformdev/optimize/commit/62c3628e0496cd91d08dd077cd55bd95ecda434e))
* added logLevelThreshold option to tracker console logger ([a8a8793](https://github.com/uniformdev/optimize/commit/a8a8793bd3de7e9b3a2c2639ec457a5b61a95dcd))
* added warning message for verbose log level, added field definition on createLocalTracker ([ed6c9ff](https://github.com/uniformdev/optimize/commit/ed6c9fff4e9f1bc42345316b813e7d9ef1eee79b))
* reevaluate signals refactor, signal freqencies implementation ([4bc5950](https://github.com/uniformdev/optimize/commit/4bc59503c715db3d39b7dc721f50497b34283f8e))
### Bug Fixes
* handle undefined from decay strategy, relocated analytics emitter ([83456e1](https://github.com/uniformdev/optimize/commit/83456e13b5b238f959b85d27ce78ad30be606443))
* **tracker:** default log level to info ([60afeae](https://github.com/uniformdev/optimize/commit/60afeae1b900b3c74c6b4afff3ab150b8ff6d1ab))
* **tracker:** don't calculate decay if none needed ([4b4df0e](https://github.com/uniformdev/optimize/commit/4b4df0e2349b164fbe780d48b18da5bf61afe82f))
* added check to see if signal is defined on stats, changed generated id for signals ([905c51c](https://github.com/uniformdev/optimize/commit/905c51c73252fa3adca5734b1232f4d42c92dbd9))
* function name typo ([894c78a](https://github.com/uniformdev/optimize/commit/894c78a445f33b2839fde04b7e0368ae0bb95b2d))
* relocated verbose log level check ([8ae5e9e](https://github.com/uniformdev/optimize/commit/8ae5e9e0caa68ecf78b7d067ebd4a2622be5c631))
* typing for signal id ([becff6a](https://github.com/uniformdev/optimize/commit/becff6a9e680cb9fdaab70370a150ca3d5359c25))
### Miscellaneous Chores
* **tracker:** rename scope storage func for better clarity ([e723a53](https://github.com/uniformdev/optimize/commit/e723a53228cf07029a8201dea0912682d5710103))
## [1.0.0](https://github.com/uniformdev/optimize/compare/v0.10.1...v1.0.0) (2020-12-04)

@@ -8,0 +43,0 @@

8

package.json
{
"name": "@uniformdev/optimize-tracker",
"version": "1.0.1-alpha.108+d07c1dbd",
"version": "2.0.0",
"description": "Uniform Optimize tracker",

@@ -25,4 +25,4 @@ "license": "Apache-2.0",

"dependencies": {
"@uniformdev/optimize-common": "^1.0.1-alpha.108+d07c1dbd",
"@uniformdev/optimize-tracker-common": "^1.0.1-alpha.108+d07c1dbd",
"@uniformdev/optimize-common": "^2.0.0",
"@uniformdev/optimize-tracker-common": "^2.0.0",
"uuid": "^8.3.1"

@@ -48,3 +48,3 @@ },

},
"gitHead": "d07c1dbdbba50d96849386e764db17d5b792e8ad"
"gitHead": "5ca32820dd42f703cbc11c33a4ef3f4b9e86d1e4"
}
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