
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
  
这个一个工具函数库。
使用npm安装
npm i sunny-js
使用yarn安装
yarn add sunny-js
使用pnpm安装
pnpm add sunny-js
cjs
const { sum } = require('sunny-js')
console.log(sum([1, 2]))
// => 3
esm
import { sum } from 'sunny-js'
console.log(sum([1, 2]))
// => 3
更多用例均分布在jsdoc风格的代码注释中,使用时可被IDE读取并展示。
或者借助typedoc生成html文档
npx --yes typedoc --out typedoc --categorizeByGroup false --entryPoints src
npx --yes open-cli typedoc/index.html
在ECMAScript定义的函数或lodash无法满足常规需求的情况下,我创建了这个工具函数库。 用来积累日常工作中不太变动、经常出现、且需要避免到处复制粘贴的工具函数。
See CHANGELOG.md
FAQs
  
The npm package sunny-js receives a total of 58 weekly downloads. As such, sunny-js popularity was classified as not popular.
We found that sunny-js 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
/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.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.