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.22 to 0.14.23

4

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

@@ -7,3 +7,3 @@ // Type definitions for React (react-addons-linked-state-mixin) 0.14

import { Mixin } from 'react';
import { Mixin } from "react";

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

declare module 'react' {
declare module "react" {
interface HTMLAttributes<T> {

@@ -28,0 +28,0 @@ checkedLink?: LinkedStateMixin.ReactLink<boolean> | undefined;

{
"name": "@types/react-addons-linked-state-mixin",
"version": "0.14.22",
"version": "0.14.23",
"description": "TypeScript definitions for React (react-addons-linked-state-mixin)",

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

},
"typesPublisherContentHash": "05ce46a70816cc4b67fe2c4c748116c417229e01570a3b0ec3918033cc1d3484",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "1566216bf9da012bc75ed0c47a557b27cbd7de893e0992388d8d8a41148dab5c",
"typeScriptVersion": "4.5"
}

@@ -17,3 +17,3 @@ # Installation

import { Mixin } from 'react';
import { Mixin } from "react";

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

declare module 'react' {
declare module "react" {
interface HTMLAttributes<T> {

@@ -46,3 +46,3 @@ checkedLink?: LinkedStateMixin.ReactLink<boolean> | undefined;

### Additional Details
* Last updated: Wed, 07 Jul 2021 17:02:53 GMT
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -49,0 +49,0 @@ * Global values: none

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