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

@types/keymirror

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/keymirror - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

keymirror/LICENSE

2

keymirror/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for keymirror 0.1.1

declare function KeyMirror<T>(obj: T): {[K in keyof T]: K};
declare function KeyMirror<T>(obj: T): { [K in keyof T]: K };
export = KeyMirror;
{
"name": "@types/keymirror",
"version": "0.1.1",
"version": "0.1.2",
"description": "TypeScript definitions for keymirror",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/keymirror",
"license": "MIT",
"author": "Johannes Fahrenkrug <https://github.com/jfahrenkrug>",
"contributors": [
{
"name": "Johannes Fahrenkrug",
"url": "https://github.com/jfahrenkrug",
"githubUsername": "jfahrenkrug"
}
],
"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/keymirror"
},
"scripts": {},
"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "2f834423bc0845592a19cc2a879b71698e40de8f23210fb26bf02111bb8c4b18",
"typeScriptVersion": "2.1"
"typesPublisherContentHash": "c0331f09af4758ecff8391f9d6b6d281e0232b404959835b1a5505b35e00d8e6",
"typeScriptVersion": "4.5"
}

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

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/keymirror
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/keymirror.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/keymirror/index.d.ts)
````ts
// Type definitions for keymirror 0.1.1
// Project: https://github.com/STRML/keyMirror
// Definitions by: Johannes Fahrenkrug <https://github.com/jfahrenkrug>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
Additional Details
* Last updated: Tue, 10 Jan 2017 19:37:48 GMT
declare function KeyMirror<T>(obj: T): { [K in keyof T]: K };
export = KeyMirror;
````
### Additional Details
* Last updated: Thu, 14 Sep 2023 01:49:18 GMT
* Dependencies: none

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

# Credits
These definitions were written by Johannes Fahrenkrug <https://github.com/jfahrenkrug>.
These definitions were written by [Johannes Fahrenkrug](https://github.com/jfahrenkrug).
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