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

@palett/projector-config

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@palett/projector-config - npm Package Compare versions

Comparing version 0.8.18 to 0.9.0

dist/index.cjs

12

dist/index.cjs.js

@@ -74,11 +74,15 @@ 'use strict';

/** @type {function(Triple):dye} */
fab;
/** @type {number} */
lo;
/** @type {Triple} */
lev;
/** @type {Triple} */
min;
/** @type {Triple} */
nap;
/**

@@ -90,8 +94,4 @@ * @param {LeapNum} leapNum

*/
constructor(leapNum, leapHSL, napHSL, effects) {
this.fab = void 0;
this.lo = void 0;
this.lev = void 0;
this.min = void 0;
this.nap = void 0;
// this.fab = DyeFactory.build(HSL, effects)

@@ -98,0 +98,0 @@ this.fab = dyeFactory.DyeFactory.prototype.make.bind(dyeFactory.DyeFab.build(enumColorSpace.HSL, effects));

@@ -70,11 +70,15 @@ import { min, max } from '@aryth/comparer';

/** @type {function(Triple):dye} */
fab;
/** @type {number} */
lo;
/** @type {Triple} */
lev;
/** @type {Triple} */
min;
/** @type {Triple} */
nap;
/**

@@ -86,8 +90,4 @@ * @param {LeapNum} leapNum

*/
constructor(leapNum, leapHSL, napHSL, effects) {
this.fab = void 0;
this.lo = void 0;
this.lev = void 0;
this.min = void 0;
this.nap = void 0;
// this.fab = DyeFactory.build(HSL, effects)

@@ -94,0 +94,0 @@ this.fab = DyeFactory.prototype.make.bind(DyeFab.build(HSL, effects));

{
"name": "@palett/projector-config",
"version": "0.8.18",
"version": "0.9.0",
"description": "A debug tool",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"main": "dist/index.cjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"files": [

@@ -18,7 +21,7 @@ "dist"

"dependencies": {
"@aryth/comparer": "^0.3.23",
"@palett/convert": "^0.8.18",
"@palett/dye": "^0.8.18",
"@palett/dye-factory": "^0.8.18",
"@palett/enum-color-space": "^0.8.18",
"@aryth/comparer": "^0.4.10",
"@palett/convert": "^0.9.0",
"@palett/dye": "^0.9.0",
"@palett/dye-factory": "^0.9.0",
"@palett/enum-color-space": "^0.9.0",
"@typen/nullish": "^0.1.17"

@@ -44,3 +47,3 @@ },

"homepage": "https://github.com/hoyeungw/palett/says#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