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

@palett/fluo

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@palett/fluo - npm Package Compare versions

Comparing version 0.8.18 to 0.9.0

dist/index.cjs

28

dist/index.cjs.js

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

const local = (this == null ? void 0 : (_this$slice = this.slice) == null ? void 0 : _this$slice.call(this)) ?? dyeFactory.DyeFab.shallow();
const local = (this === null || this === void 0 ? void 0 : (_this$slice = this.slice) === null || _this$slice === void 0 ? void 0 : _this$slice.call(this)) ?? dyeFactory.DyeFab.shallow();
if (color) (encolor ?? local.encolor).call(local, color);

@@ -67,3 +67,3 @@ return dyeFactory.DyeFab.prototype.render.call(local, text);

const local = (this == null ? void 0 : (_this$slice2 = this.slice) == null ? void 0 : _this$slice2.call(this)) ?? dyeFactory.DyeFab.shallow();
const local = (this === null || this === void 0 ? void 0 : (_this$slice2 = this.slice) === null || _this$slice2 === void 0 ? void 0 : _this$slice2.call(this)) ?? dyeFactory.DyeFab.shallow();
if (color) (local.encolor ?? dyeFactory.pushRgb).call(local, color);

@@ -128,35 +128,23 @@ return dyeFactory.DyeFab.prototype.render.call(local, text);

enumerable: true,
get: function () {
return fluoVector.fluoVector;
}
get: function () { return fluoVector.fluoVector; }
});
Object.defineProperty(exports, 'fluoByColumns', {
enumerable: true,
get: function () {
return fluoMatrix.fluoByColumns;
}
get: function () { return fluoMatrix.fluoByColumns; }
});
Object.defineProperty(exports, 'fluoByPoints', {
enumerable: true,
get: function () {
return fluoMatrix.fluoByPoints;
}
get: function () { return fluoMatrix.fluoByPoints; }
});
Object.defineProperty(exports, 'fluoByRows', {
enumerable: true,
get: function () {
return fluoMatrix.fluoByRows;
}
get: function () { return fluoMatrix.fluoByRows; }
});
Object.defineProperty(exports, 'fluoMatrix', {
enumerable: true,
get: function () {
return fluoMatrix.fluoMatrix;
}
get: function () { return fluoMatrix.fluoMatrix; }
});
Object.defineProperty(exports, 'fluoEntries', {
enumerable: true,
get: function () {
return fluoEntries.fluoEntries;
}
get: function () { return fluoEntries.fluoEntries; }
});

@@ -163,0 +151,0 @@ exports.COLUMNWISE = COLUMNWISE;

@@ -37,3 +37,3 @@ import { DyeFab, pushRgb, pushHex, pushHsl, pushInt } from '@palett/dye-factory';

const local = (this == null ? void 0 : (_this$slice = this.slice) == null ? void 0 : _this$slice.call(this)) ?? DyeFab.shallow();
const local = (this === null || this === void 0 ? void 0 : (_this$slice = this.slice) === null || _this$slice === void 0 ? void 0 : _this$slice.call(this)) ?? DyeFab.shallow();
if (color) (encolor ?? local.encolor).call(local, color);

@@ -63,3 +63,3 @@ return DyeFab.prototype.render.call(local, text);

const local = (this == null ? void 0 : (_this$slice2 = this.slice) == null ? void 0 : _this$slice2.call(this)) ?? DyeFab.shallow();
const local = (this === null || this === void 0 ? void 0 : (_this$slice2 = this.slice) === null || _this$slice2 === void 0 ? void 0 : _this$slice2.call(this)) ?? DyeFab.shallow();
if (color) (local.encolor ?? pushRgb).call(local, color);

@@ -66,0 +66,0 @@ return DyeFab.prototype.render.call(local, text);

{
"name": "@palett/fluo",
"version": "0.8.18",
"version": "0.9.0",
"description": "A color converter",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"main": "dist/index.cjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"files": [

@@ -19,15 +22,15 @@ "dist"

"dependencies": {
"@palett/dye-factory": "^0.8.18",
"@palett/fluo-entries": "^0.8.18",
"@palett/fluo-matrix": "^0.8.18",
"@palett/fluo-vector": "^0.8.18",
"@palett/presets": "^0.8.18",
"@palett/projector-factory": "^0.8.18",
"@spare/string-value": "^0.11.22",
"@texting/charset-fullwidth": "^0.0.12",
"@texting/charset-halfwidth": "^0.0.12",
"@palett/dye-factory": "^0.9.0",
"@palett/fluo-entries": "^0.9.0",
"@palett/fluo-matrix": "^0.9.0",
"@palett/fluo-vector": "^0.9.0",
"@palett/presets": "^0.9.0",
"@palett/projector-factory": "^0.9.0",
"@spare/string-value": "^0.13.2",
"@texting/charset-fullwidth": "^0.0.13",
"@texting/charset-halfwidth": "^0.0.13",
"@typen/literal": "^0.1.17",
"@typen/nullish": "^0.1.17",
"@vect/object-update": "^0.4.4",
"@vect/vector": "^0.4.4"
"@vect/object-update": "^0.5.1",
"@vect/vector": "^0.5.1"
},

@@ -55,3 +58,3 @@ "repository": {

"homepage": "https://github.com/hoyeungw/palett/fluo#readme",
"gitHead": "adf5812e323bc29bdaea384c59716e8c7ba39330"
"gitHead": "edabce66a91b4f0b6ded1274071a2711d0857475"
}
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