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

@lessondesk/react-table-context

Package Overview
Dependencies
Maintainers
6
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lessondesk/react-table-context - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

dist/react-table-context.js

@@ -284,2 +284,4 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

_this.refresh = function () {
_this.clearCache();
_this.handleUpdate();

@@ -286,0 +288,0 @@ };

2

package.json
{
"name": "@lessondesk/react-table-context",
"description": "Flexible Table Provider & Consumer",
"version": "1.2.2",
"version": "1.2.3",
"main": "dist/react-table-context.js",

@@ -6,0 +6,0 @@ "source": "src/index.js",

@@ -218,2 +218,3 @@ import React, { createContext, Component } from 'react'

refresh = () => {
this.clearCache()
this.handleUpdate()

@@ -220,0 +221,0 @@ };

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