Socket
Socket
Sign inDemoInstall

react-expire

Package Overview
Dependencies
6
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

CHANGELOG.md

@@ -0,3 +1,7 @@

## 1.0.1 / 2019-01-28
- Export interfaces.
## 1.0.0 / 2019-01-27
- First release.

5

dist/Expire.d.ts
import * as React from 'react';
interface ExpireProps {
export interface ExpireProps {
/**

@@ -23,3 +23,3 @@ * Used as identifier of what was expired. Usefull if you have parent component

}
interface ExpireState {
export interface ExpireState {
expired: boolean;

@@ -44,2 +44,1 @@ }

}
export {};
{
"name": "react-expire",
"description": "React component for managing time expiration",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/Expire.js",

@@ -6,0 +6,0 @@ "typings": "dist/Expire.d.ts",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc