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.2 to 0.1.3

6

keymirror/index.d.ts

@@ -1,8 +0,2 @@

// 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
declare function KeyMirror<T>(obj: T): { [K in keyof T]: K };
export = KeyMirror;

8

keymirror/package.json
{
"name": "@types/keymirror",
"version": "0.1.2",
"version": "0.1.3",
"description": "TypeScript definitions for keymirror",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/keymirror",

"name": "Johannes Fahrenkrug",
"url": "https://github.com/jfahrenkrug",
"githubUsername": "jfahrenkrug"
"githubUsername": "jfahrenkrug",
"url": "https://github.com/jfahrenkrug"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "c0331f09af4758ecff8391f9d6b6d281e0232b404959835b1a5505b35e00d8e6",
"typesPublisherContentHash": "6915bb51419f8c77da8e725172ee9a63df723cd778b1f84e22e79c3c2305f816",
"typeScriptVersion": "4.5"
}

@@ -11,8 +11,2 @@ # Installation

````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
declare function KeyMirror<T>(obj: T): { [K in keyof T]: K };

@@ -24,7 +18,6 @@ export = KeyMirror;

### Additional Details
* Last updated: Thu, 14 Sep 2023 01:49:18 GMT
* Last updated: Wed, 18 Oct 2023 05:47:07 GMT
* Dependencies: none
* Global values: none
# Credits
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