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 10.1.10 to 10.2.0

2

lib/index.d.ts

@@ -130,3 +130,3 @@ export declare type falsy = false | 0 | '' | null | undefined;

*/
export declare function noop(): void;
export declare function noop(..._: any[]): void;
/**

@@ -133,0 +133,0 @@ * Returns array with the index as each item.

@@ -194,3 +194,3 @@ 'use strict';

*/
function noop() {
function noop(..._) {
}

@@ -197,0 +197,0 @@ /**

{
"name": "@ctx-core/function",
"version": "10.1.10",
"version": "10.2.0",
"description": "ctx-core function",

@@ -37,3 +37,3 @@ "main": "lib/index.js",

},
"gitHead": "b4275ac171ada3f86b92bb5ae125ea9f9fcbfacd"
"gitHead": "52b713fa7c5cf26cbe5ac4dde5f48979cb7b6b9e"
}

@@ -196,3 +196,3 @@ export type falsy = false|0|''|null|undefined

*/
export function noop() {
export function noop(..._) {
}

@@ -199,0 +199,0 @@ /**

Sorry, the diff of this file is not supported yet

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