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

@cobalt-ui/utils

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cobalt-ui/utils - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

dist/string.d.ts

10

CHANGELOG.md
# @cobalt-ui/utils
## 0.4.0
### Minor Changes
- a2a9d62: Add kebabinate() and camelize() utils
### Patch Changes
- ed21d56: Bump deps, add config type to docs
## 0.3.0

@@ -4,0 +14,0 @@

1

dist/index.d.ts
export * from './ansi.js';
export * from './indent.js';
export * from './string.js';
export * from './ansi.js';
export * from './indent.js';
export * from './string.js';
//# sourceMappingURL=index.js.map

8

package.json
{
"name": "@cobalt-ui/utils",
"description": "Generic codegen utilities",
"version": "0.3.0",
"version": "0.4.0",
"author": {

@@ -13,7 +13,9 @@ "name": "Drew Powers",

"types": "./dist/index.d.ts",
"devDependencies": {
"@types/node": "^17.0.45"
},
"scripts": {
"build": "tsc",
"dev": "tsc -w"
},
"readme": "# @cobalt-ui/utils\n\nGeneric codegen utilities for use.\n"
}
}
export * from './ansi.js';
export * from './indent.js';
export * from './string.js';

Sorry, the diff of this file is not supported yet

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