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

@platform/cell.coord

Package Overview
Dependencies
Maintainers
1
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/cell.coord - npm Package Compare versions

Comparing version 0.8.215 to 0.8.216

2

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.coord = void 0;
exports.CellRangeUnion = exports.CellRange = exports.coord = void 0;
var coord = require("./coord");

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.range = void 0;
exports.CellRangeUnion = exports.CellRange = exports.range = void 0;
var range = require("./range");

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getCircularErrors = exports.toRefTarget = exports.isRange = exports.isRef = exports.isFunc = exports.isFormula = exports.path = exports.sort = void 0;
var tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ tslib_1.__exportStar(require("@platform/cell.types/lib/types.Cell/types.refs"), exports);

@@ -9,3 +9,3 @@ "use strict";

Object.defineProperty(exports, "t", { enumerable: true, get: function () { return common_1.t; } });
exports.testContext = function (cells) {
var testContext = function (cells) {
var getValue = function (key) { return tslib_1.__awaiter(void 0, void 0, void 0, function () {

@@ -24,1 +24,2 @@ var cell, value;

};
exports.testContext = testContext;
{
"name": "@platform/cell.coord",
"version": "0.8.215",
"version": "0.8.216",
"description": "Helpers for working with cell cooridnates (eg 'A1')",

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

"@platform/cache": "0.3.4",
"@platform/cell.types": "0.5.32",
"@platform/cell.types": "0.5.33",
"@platform/types": "0.5.11",

@@ -19,0 +19,0 @@ "@platform/util.value": "0.8.9",

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