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

@hsds/utils-constants

Package Overview
Dependencies
Maintainers
6
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hsds/utils-constants - npm Package Compare versions

Comparing version 5.2.1 to 7.0.0

index.cjs

24

CHANGELOG.md

@@ -5,4 +5,26 @@ # Changelog

### [5.2.1](https://github.com/helpscout/hsds/compare/utils-constants-5.2.0...utils-constants-5.2.1) (2022-08-25)
# [7.0.0](https://github.com/helpscout/hsds/compare/v6.0.0...v7.0.0) (2023-01-12)
# [6.0.0](https://github.com/helpscout/hsds/compare/v5.0.0...v6.0.0) (2023-01-12)
# [5.0.0](https://github.com/helpscout/hsds/compare/v4.0.0...v5.0.0) (2023-01-12)
### Bug Fixes
* **workspace:** remove esm module from projects ([829cc37](https://github.com/helpscout/hsds/commit/829cc3795f54a8bcfbc0c45b5bc36bd17463bf54))
### Features
* **workspace:** improves versioning packages ([b836826](https://github.com/helpscout/hsds/commit/b836826d549aeb7295498f1091c783136079f134))
### [5.2.1](https://github.com/helpscout/hsds/compare/utils-constants-5.2.0...utils-constants-5.2.1) (2022-08-29)
## [5.2.0](https://github.com/helpscout/hsds/compare/utils-constants-5.1.0...utils-constants-5.2.0) (2022-08-18)

@@ -9,0 +31,0 @@

3

constants.js

@@ -5,3 +5,2 @@ "use strict";

exports.TEXT_SHADES = exports.STATUSES = exports.STATES = void 0;
/**

@@ -17,8 +16,8 @@ * State

const STATUSES = ['error', 'info', 'success', 'warning'];
/**
* Text
*/
exports.STATUSES = STATUSES;
const TEXT_SHADES = ['default', 'subtle', 'slightlyMuted', 'muted', 'faint', 'extraMuted'];
exports.TEXT_SHADES = TEXT_SHADES;
{
"name": "@hsds/utils-constants",
"version": "5.2.1",
"main": "./index.cjs.js",
"module": "./index.esm.js",
"typings": "./index.d.ts"
"version": "7.0.0",
"main": "./index.cjs",
"type": "commonjs",
"types": "./index.d.ts"
}
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