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

@types/dashify

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/dashify - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

dashify/index.d.ts

@@ -10,3 +10,3 @@ // Type definitions for dashify 1.0

interface Options {
condense?: boolean;
condense?: boolean | undefined;
}

@@ -13,0 +13,0 @@ }

{
"name": "@types/dashify",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for dashify",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dashify",
"license": "MIT",

@@ -14,10 +15,12 @@ "contributors": [

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/dashify"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "1006ba56ba5702e747da871c1f12acdc8f977da2a8a484751148afc7d0e9fcc6",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "bc0f20a3ea460373da242425b508d21281214b3073ed423ece262d2b0ff7f47e",
"typeScriptVersion": "3.6"
}

@@ -8,6 +8,24 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dashify
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dashify.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dashify/index.d.ts)
````ts
// Type definitions for dashify 1.0
// Project: https://github.com/jonschlinkert/dashify
// Definitions by: Junyoung Choi <https://github.com/rokt33r>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Additional Details
* Last updated: Tue, 23 Jan 2018 20:05:42 GMT
declare function dashify(input: string, options?: dashify.Options): string;
declare namespace dashify {
interface Options {
condense?: boolean | undefined;
}
}
export = dashify;
````
### Additional Details
* Last updated: Thu, 08 Jul 2021 09:08:30 GMT
* Dependencies: none

@@ -17,2 +35,2 @@ * Global values: none

# Credits
These definitions were written by Junyoung Choi <https://github.com/rokt33r>.
These definitions were written by [Junyoung Choi](https://github.com/rokt33r).

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