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.7.6 to 0.7.7

30

dist/index.cjs.js

@@ -11,17 +11,2 @@ 'use strict';

function _defineProperty(obj, key, value) {
if (key in obj) {
Object.defineProperty(obj, key, {
value: value,
enumerable: true,
configurable: true,
writable: true
});
} else {
obj[key] = value;
}
return obj;
}
/**

@@ -106,12 +91,7 @@ *

constructor(leapNum, leapHSL, napHSL, effects) {
_defineProperty(this, "fab", void 0);
_defineProperty(this, "lo", void 0);
_defineProperty(this, "lev", void 0);
_defineProperty(this, "min", void 0);
_defineProperty(this, "nap", void 0);
this.fab = void 0;
this.lo = void 0;
this.lev = void 0;
this.min = void 0;
this.nap = void 0;
this.fab = dyeFactory.DyeFactory.build(enumColorSpace.HSL, effects);

@@ -118,0 +98,0 @@ this.lo = leapNum.min;

@@ -7,17 +7,2 @@ import { min, max } from '@aryth/comparer';

function _defineProperty(obj, key, value) {
if (key in obj) {
Object.defineProperty(obj, key, {
value: value,
enumerable: true,
configurable: true,
writable: true
});
} else {
obj[key] = value;
}
return obj;
}
/**

@@ -102,12 +87,7 @@ *

constructor(leapNum, leapHSL, napHSL, effects) {
_defineProperty(this, "fab", void 0);
_defineProperty(this, "lo", void 0);
_defineProperty(this, "lev", void 0);
_defineProperty(this, "min", void 0);
_defineProperty(this, "nap", void 0);
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);

@@ -114,0 +94,0 @@ this.lo = leapNum.min;

14

package.json
{
"name": "@palett/projector-config",
"version": "0.7.6",
"version": "0.7.7",
"description": "A debug tool",

@@ -18,7 +18,7 @@ "main": "dist/index.cjs.js",

"dependencies": {
"@aryth/comparer": "^0.3.15",
"@palett/convert": "^0.7.6",
"@palett/dye": "^0.7.6",
"@palett/dye-factory": "^0.7.6",
"@palett/enum-color-space": "^0.7.6",
"@aryth/comparer": "^0.3.16",
"@palett/convert": "^0.7.7",
"@palett/dye": "^0.7.7",
"@palett/dye-factory": "^0.7.7",
"@palett/enum-color-space": "^0.7.7",
"@typen/nullish": "^0.1.16"

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

"homepage": "https://github.com/hoyeungw/palett/says#readme",
"gitHead": "2f12c5c3bde3ebbf1feaae0a03819abe0cac143f"
"gitHead": "c7c1417a65909783b3589e2635aa484eead05695"
}
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