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.0 to 1.0.1

2

package.json
{
"name": "@goldyjs/strong-together-shared",
"version": "1.0.0",
"version": "1.0.1",
"LICENSE": "MIT",

@@ -5,0 +5,0 @@ "description": "Shared Biz Logic For Strong Together",

@@ -74,3 +74,3 @@ import _ from "lodash"

(activity) =>
byActivity[activity]
(byActivity[activity] || [])
.map((entry) => entry.count)

@@ -96,3 +96,3 @@ .reduce((acc, count) => acc + count, 0) >= 5,

(activity) =>
byActivity[activity]
(byActivity[activity] || [])
.map((entry) => entry.count)

@@ -118,3 +118,3 @@ .reduce((acc, count) => acc + count, 0) >= 10,

(activity) =>
byActivity[activity]
(byActivity[activity] || [])
.map((entry) => entry.count)

@@ -121,0 +121,0 @@ .reduce((acc, count) => acc + count, 0) >= 15,

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