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

@ctx-core/function

Package Overview
Dependencies
Maintainers
1
Versions
525
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/function - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

7

lib.js

@@ -30,2 +30,9 @@ export function iife(fn, ...args) {

}
export function times(num, fn) {
const ARR = []
for (let i=0; i < num; i++) {
ARR.push(fn(i))
}
return ARR
}
export function andand(obj, ...ARR__name) {

@@ -32,0 +39,0 @@ let value = obj

4

package.json
{
"name": "@ctx-core/function",
"version": "5.0.0",
"version": "5.1.0",
"description": "ctx-core function",

@@ -23,3 +23,3 @@ "main": "lib.js",

"homepage": "https://github.com/ctx-core/ctx-core#readme",
"gitHead": "7d0d73495e67101da1ad8aeb87a7b9918b4689c1"
"gitHead": "ceb17e6a117f8631a78d2db3c13a2cf714ff7630"
}
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