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

@platform/util.value

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/util.value - npm Package Compare versions

Comparing version 0.7.30 to 0.7.32

lib/rx/rx.bus.d.ts

2

lib/common/libs.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.R = void 0;
exports.is = exports.R = void 0;
var R = require("./ramda");

@@ -5,0 +5,0 @@ exports.R = R;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.uniq = exports.isEmpty = exports.pipe = exports.reject = exports.is = exports.startsWith = exports.equals = exports.isNil = void 0;
var ramda_1 = require("ramda");

@@ -4,0 +5,0 @@ Object.defineProperty(exports, "isNil", { enumerable: true, get: function () { return ramda_1.isNil; } });

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.deleteUndefined = exports.defaultValue = void 0;
exports.rx = exports.id = exports.is = exports.deleteUndefined = exports.defaultValue = void 0;
var tslib_1 = require("tslib");

@@ -5,0 +5,0 @@ var value_1 = require("./value");

export * from './rx.event';
export * from './rx.debounce';
export * from './rx.bus';

@@ -6,1 +6,2 @@ "use strict";

tslib_1.__exportStar(require("./rx.debounce"), exports);
tslib_1.__exportStar(require("./rx.bus"), exports);
{
"name": "@platform/util.value",
"version": "0.7.30",
"version": "0.7.32",
"description": "Helpers for working with, transforming, and formatting values.",

@@ -16,10 +16,10 @@ "main": "lib/index",

"@platform/libs": "0.2.2",
"@platform/types": "0.5.3",
"@platform/util.is": "0.0.127",
"@platform/types": "0.5.5",
"@platform/util.is": "0.0.129",
"cuid": "2.1.8",
"dayjs": "1.8.27"
"dayjs": "1.8.34"
},
"devDependencies": {
"@platform/test": "0.1.14",
"@platform/ts": "3.9.5"
"@platform/test": "0.1.15",
"@platform/ts": "4.0.0"
},

@@ -26,0 +26,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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