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.3.0 to 3.4.0

bin/fp/impl/fp-no-op.d.ts

1

bin/fp/_fp.d.ts

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

static readonly identity: typeof fpIdentity;
static readonly noOp: typeof fpNoOp;
static readonly normalizeToNull: typeof fpNormalizeToNull;

@@ -11,0 +12,0 @@ static readonly normalizeToUndefined: typeof fpNormalizeToUndefined;

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

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

@@ -16,0 +17,0 @@ _Fp.normalizeToUndefined = fp_normalize_to_undefined_1.fpNormalizeToUndefined;

2

package.json
{
"name": "rc-js-util",
"version": "3.3.0",
"version": "3.4.0",
"license": "MIT",

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

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