New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rc-js-util

Package Overview
Dependencies
Maintainers
1
Versions
260
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-js-util - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

1

bin/fp/_fp.d.ts

@@ -7,2 +7,3 @@ import { fpIdentity } from "./impl/fp-identity";

import { fpRejectNull } from "./impl/fp-reject-null";
import { fpNoOp } from "./impl/fp-no-op";
export declare class _Fp {

@@ -9,0 +10,0 @@ static readonly identity: typeof fpIdentity;

3

bin/fp/_fp.js

@@ -10,2 +10,3 @@ "use strict";

var fp_reject_null_1 = require("./impl/fp-reject-null");
var fp_no_op_1 = require("./impl/fp-no-op");
var _Fp = (function () {

@@ -15,3 +16,3 @@ function _Fp() {

_Fp.identity = fp_identity_1.fpIdentity;
_Fp.noOp = fpNoOp;
_Fp.noOp = fp_no_op_1.fpNoOp;
_Fp.normalizeToNull = fp_normalize_to_null_1.fpNormalizeToNull;

@@ -18,0 +19,0 @@ _Fp.normalizeToUndefined = fp_normalize_to_undefined_1.fpNormalizeToUndefined;

@@ -1,1 +0,1 @@

declare function fpNoOp(..._args: any[]): void;
export declare function fpNoOp(..._args: any[]): void;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.fpNoOp = void 0;
function fpNoOp() {

@@ -8,2 +10,3 @@ var _args = [];

}
exports.fpNoOp = fpNoOp;
//# sourceMappingURL=fp-no-op.js.map
{
"name": "rc-js-util",
"version": "3.4.0",
"version": "3.4.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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