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.1.0 to 5.2.0

3

lib.js

@@ -20,2 +20,5 @@ export function iife(fn, ...args) {

}
export function invert(value) {
return !value
}
export function ARR__fn__call(ARR__fn, ...args) {

@@ -22,0 +25,0 @@ const returns = []

4

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

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

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