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

stockshark-channels

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stockshark-channels - npm Package Compare versions

Comparing version 1.0.252 to 1.0.253

2

package.json
{
"name": "stockshark-channels",
"version": "1.0.252",
"version": "1.0.253",
"description": "provide channels",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -11,2 +11,8 @@

case "eq": return p == value
case "abs_gt": return Math.abs(p) > value
case "abs_gte": return Math.abs(p) >= value
case "abs_lt": return Math.abs(p) < value
case "abs_lte": return Math.abs(p) <= value
case "abs_eq": return Math.abs(p) == value
}

@@ -13,0 +19,0 @@ }

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