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

react-clear-cache

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-clear-cache - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

dist/index.d.ts

6

dist/index.js

@@ -78,7 +78,3 @@ 'use strict';

// you can optionally also set a default export for your module
var index = { ClearCache: ClearCache };
exports.ClearCache = ClearCache;
exports.default = index;
exports.default = ClearCache;
//# sourceMappingURL=index.js.map
{
"name": "react-clear-cache",
"version": "1.0.11",
"version": "1.0.12",
"description": "A component to manage application updates.",

@@ -15,3 +15,4 @@ "author": "noahjohn9259",

"files": [
"bin"
"bin",
"dist"
],

@@ -36,3 +37,3 @@ "engines": {

"peerDependencies": {
"prop-types": "^15.5.4",
"prop-types": "^15.7.2",
"react": "^15.0.0 || ^16.0.0",

@@ -44,3 +45,2 @@ "react-dom": "^15.0.0 || ^16.0.0"

"@types/jest": "24.0.15",
"@types/node": "12.0.10",
"@types/react": "16.8.22",

@@ -47,0 +47,0 @@ "@types/react-dom": "16.8.4",

@@ -29,3 +29,3 @@ # react-clear-cache

import { ClearCache } from 'react-clear-cache';
import ClearCache from 'react-clear-cache';

@@ -32,0 +32,0 @@ const App: React.FC<{}> = () => {

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