
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
Sambar is a word in kannada which translate to curry in English.
Install the module with below command
npm i sambar
Import it like following code,
import { add, sub, mul, div, mod } from 'sambar'
"type":"module" in package.jsonSambar uses javascript currying functionality to make easy for the user to add, subtract, multiply, divide and modulu of n number of argumnets at a time. which will be convenient for the user to use,
add(1)(2)(3)()
Which provides the sum of all three numbers which is 6
sub(9)(2)(1)(3)()
which subtracts the values starting form left to right which result in 3
mul(2)(3)(5)()
which mul the values starting form left to right which result in 30
div(100)(10)(2)()
which divides the values starting form left to right which result in 5
mod(100)(19)(3)()
which modulud the values starting form left to right which result in 2
() at the end.FAQs
use curry function to do multiple arthmetic operations
We found that sambar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.