Socket
Socket
Sign inDemoInstall

@types/defined

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/defined - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

defined/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for defined 1.0
// Project: https://github.com/substack/defined
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = defined;

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

13

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

@@ -9,2 +10,3 @@ "contributors": [

"name": "BendingBender",
"githubUsername": "BendingBender",
"url": "https://github.com/BendingBender"

@@ -14,11 +16,12 @@ }

"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/defined"
},
"scripts": {},
"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "3909df1d05c20aaa6447a2bcbaf2b63339d991240adfc8c1d802d3b726611389",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "a2520d5daf52769ed44fe090f8e8b64bc99253338f50dee152ea6ef1d3a74f68",
"typeScriptVersion": "4.5"
}

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

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/defined
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/defined.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/defined/index.d.ts)
````ts
export = defined;
Additional Details
* Last updated: Mon, 14 Aug 2017 18:44:00 GMT
declare function defined<T>(...args: T[]): T;
declare function defined(...args: any[]): any;
````
### Additional Details
* Last updated: Wed, 18 Oct 2023 00:05:18 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by BendingBender <https://github.com/BendingBender>.
These definitions were written by [BendingBender](https://github.com/BendingBender).

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