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

type-fest

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

type-fest - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "type-fest",
"version": "1.0.1",
"version": "1.0.2",
"description": "A collection of essential TypeScript types",

@@ -5,0 +5,0 @@ "license": "(MIT OR CC0-1.0)",

@@ -6,6 +6,16 @@ // These are all the basic types that's compatible with all supported TypeScript versions.

export {CamelCase} from './camel-case';
export {CamelCasedProperties} from './camel-cased-properties';
export {CamelCasedPropertiesDeep} from './camel-cased-properties-deep';
export {KebabCase} from './kebab-case';
export {KebabCasedProperties} from './kebab-cased-properties';
export {KebabCasedPropertiesDeep} from './kebab-cased-properties-deep';
export {PascalCase} from './pascal-case';
export {PascalCasedProperties} from './pascal-cased-properties';
export {PascalCasedPropertiesDeep} from './pascal-cased-properties-deep';
export {SnakeCase} from './snake-case';
export {SnakeCasedProperties} from './snake-cased-properties';
export {SnakeCasedPropertiesDeep} from './snake-cased-properties-deep';
export {DelimiterCase} from './delimiter-case';
export {DelimiterCasedProperties} from './delimiter-cased-properties';
export {DelimiterCasedPropertiesDeep} from './delimiter-cased-properties-deep';
export {Split} from './split';

@@ -12,0 +22,0 @@ export {Trim} from './trim';

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