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

@types/to-snake-case

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/to-snake-case - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

to-snake-case/index.d.ts

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

// Type definitions for to-snake-case 1.0
// Project: https://github.com/ianstormtaylor/to-snake-case
// Definitions by: Leonid Logvinov <https://github.com/LogvinovLeon>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function toSnakeCase(str: string): string;
export = toSnakeCase;

15

to-snake-case/package.json
{
"name": "@types/to-snake-case",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for to-snake-case",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/to-snake-case",
"license": "MIT",

@@ -9,15 +10,17 @@ "contributors": [

"name": "Leonid Logvinov",
"url": "https://github.com/LogvinovLeon",
"githubUsername": "LogvinovLeon"
"githubUsername": "LogvinovLeon",
"url": "https://github.com/LogvinovLeon"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/to-snake-case"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "54cb404a441c05fceee0b89875cb8c4eb970cb5e8c606b0243967ed3d9f8b792",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "1e46eb190d9de3f14dd52881ec3dcee7de1434beb184b2e06e52b2ca9f86ace2",
"typeScriptVersion": "4.5"
}

15

to-snake-case/README.md

@@ -8,10 +8,15 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/to-snake-case
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/to-snake-case.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/to-snake-case/index.d.ts)
````ts
declare function toSnakeCase(str: string): string;
export = toSnakeCase;
Additional Details
* Last updated: Thu, 31 May 2018 22:12:33 GMT
````
### Additional Details
* Last updated: Wed, 18 Oct 2023 11:45:07 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by Leonid Logvinov <https://github.com/LogvinovLeon>.
These definitions were written by [Leonid Logvinov](https://github.com/LogvinovLeon).

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