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

@types/react-addons-linked-state-mixin

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-addons-linked-state-mixin - npm Package Compare versions

Comparing version 0.14.26 to 0.14.27

2

react-addons-linked-state-mixin/index.d.ts

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

import { Mixin } from "react";
import { Mixin } from "create-react-class";

@@ -3,0 +3,0 @@ declare var LinkedStateMixin: LinkedStateMixin.LinkedStateMixin;

{
"name": "@types/react-addons-linked-state-mixin",
"version": "0.14.26",
"version": "0.14.27",
"description": "TypeScript definitions for react-addons-linked-state-mixin",

@@ -30,6 +30,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-addons-linked-state-mixin",

"dependencies": {
"@types/react": "*"
"@types/react": "*",
"@types/create-react-class": "*"
},
"typesPublisherContentHash": "95c4140339fce1f087516a8c7f5cea20d219653db74692ae5b3f3d64ded7a4c3",
"typesPublisherContentHash": "9da85b60d5acdf56985c160fe19bca831fe5aec8b81fbca2ea691719cc4b0d71",
"typeScriptVersion": "4.6"
}

@@ -11,3 +11,3 @@ # Installation

````ts
import { Mixin } from "react";
import { Mixin } from "create-react-class";

@@ -39,6 +39,6 @@ declare var LinkedStateMixin: LinkedStateMixin.LinkedStateMixin;

### Additional Details
* Last updated: Wed, 27 Dec 2023 19:06:40 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)
* Last updated: Tue, 09 Jan 2024 15:07:15 GMT
* Dependencies: [@types/create-react-class](https://npmjs.com/package/@types/create-react-class), [@types/react](https://npmjs.com/package/@types/react)
# Credits
These definitions were written by [Asana](https://asana.com), [AssureSign](http://www.assuresign.com), and [Microsoft](https://microsoft.com).
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