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

@kitql/helper

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kitql/helper - npm Package Compare versions

Comparing version 0.8.0-exp.1 to 0.8.0-exp.2

8

CHANGELOG.md
# @kitql/helper
## 0.8.0-exp.2
### Patch Changes
- [#386](https://github.com/jycouet/kitql/pull/386)
[`2cd7b4d`](https://github.com/jycouet/kitql/commit/2cd7b4d97694035974cfdb838138339fccc1daf3)
Thanks [@jycouet](https://github.com/jycouet)! - Remove colors from browser in production
## 0.8.0-exp.1

@@ -4,0 +12,0 @@

8

dist/colors/index.js

@@ -1,2 +0,2 @@

import { BROWSER } from 'esm-env';
import { BROWSER, DEV } from 'esm-env';
import * as stylesBrowser from './stylesBrowser.js';

@@ -22,2 +22,5 @@ import * as stylesNode from './stylesNode.js';

const colorBrowser = (style, str) => {
if (BROWSER && !DEV) {
return str;
}
return `${START1}${style}${START2}${str}${END}`;

@@ -50,2 +53,5 @@ };

}
if (BROWSER && !DEV) {
return [str];
}
const originalStr = str;

@@ -52,0 +58,0 @@ const posToReplace = [];

2

package.json
{
"name": "@kitql/helper",
"description": "Some useful helpers",
"version": "0.8.0-exp.1",
"version": "0.8.0-exp.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "type": "module",

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