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

@spare/deco-entries

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spare/deco-entries - npm Package Compare versions

Comparing version 0.11.7 to 0.11.8

15

dist/index.cjs.js

@@ -13,7 +13,14 @@ 'use strict';

// export const
// FUNC = '',
// PIGM = '',
// HEX = ''
const RENDER = 'render';
const MUTATE_PIGMENT = {
colorant: RENDER,
mutate: true
};
const LF = /\n/;
const fluo = fluoEntries.fluoEntries.bind({
colorant: false,
mutate: true
});
const fluo = fluoEntries.fluoEntries.bind(MUTATE_PIGMENT);
const _decoEntries = function (entries = []) {

@@ -20,0 +27,0 @@ var _entries, _Br, _config$presets;

@@ -9,7 +9,14 @@ import { presetEntries } from '@spare/preset-deco';

// export const
// FUNC = '',
// PIGM = '',
// HEX = ''
const RENDER = 'render';
const MUTATE_PIGMENT = {
colorant: RENDER,
mutate: true
};
const LF = /\n/;
const fluo = fluoEntries.bind({
colorant: false,
mutate: true
});
const fluo = fluoEntries.bind(MUTATE_PIGMENT);
const _decoEntries = function (entries = []) {

@@ -16,0 +23,0 @@ var _entries, _Br, _config$presets;

{
"name": "@spare/deco-entries",
"version": "0.11.7",
"version": "0.11.8",
"description": "A debugging tool",

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

"@palett/fluo-entries": "^0.7.2",
"@spare/bracket": "^0.11.7",
"@spare/entries-margin": "^0.11.7",
"@spare/entries-padder": "^0.11.7",
"@spare/liner": "^0.11.7",
"@spare/preset-deco": "^0.11.7"
"@spare/bracket": "^0.11.8",
"@spare/entries-margin": "^0.11.8",
"@spare/entries-padder": "^0.11.8",
"@spare/liner": "^0.11.8",
"@spare/preset-deco": "^0.11.8"
},

@@ -43,3 +43,3 @@ "repository": {

"homepage": "https://github.com/gadge/spare#readme",
"gitHead": "dc12e41e216fccfae6fe63f49b02e66d29477f78"
"gitHead": "69fb529dc3c77a93d82387fe272e0308787b126e"
}
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