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

@goldyjs/strong-together-shared

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldyjs/strong-together-shared - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

lib/services/DailyEntriesBonusCalcService.js

@@ -86,3 +86,3 @@ "use strict";

var isEligible = _constants.CORE_ACTIVITIES.every(function (activity) {
return byActivity[activity].map(function (entry) {
return (byActivity[activity] || []).map(function (entry) {
return entry.count;

@@ -108,3 +108,3 @@ }).reduce(function (acc, count) {

var isEligible = _constants.CORE_ACTIVITIES.every(function (activity) {
return byActivity[activity].map(function (entry) {
return (byActivity[activity] || []).map(function (entry) {
return entry.count;

@@ -130,3 +130,3 @@ }).reduce(function (acc, count) {

var isEligible = _constants.CORE_ACTIVITIES.every(function (activity) {
return byActivity[activity].map(function (entry) {
return (byActivity[activity] || []).map(function (entry) {
return entry.count;

@@ -133,0 +133,0 @@ }).reduce(function (acc, count) {

{
"name": "@goldyjs/strong-together-shared",
"version": "1.0.1",
"version": "1.0.2",
"LICENSE": "MIT",

@@ -29,2 +29,3 @@ "description": "Shared Biz Logic For Strong Together",

"build:types": "tsc --emitDeclarationOnly",
"prepub": "npm run build",
"pub": "npm publish --access public",

@@ -31,0 +32,0 @@ "test": "jest --runInBand",

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