Socket
Socket
Sign inDemoInstall

missing-person

Package Overview
Dependencies
41
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

11

dist/index.js

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

var useStyles$1 = styles.makeStyles(function (theme) {
var _header, _cardContainer, _moreBtn;
var _header, _cardContainer;

@@ -110,5 +110,8 @@ return {

},
moreBtn: (_moreBtn = {
position: 'sticky'
}, _moreBtn["position"] = '-webkit-sticky', _moreBtn.bottom = '3rem', _moreBtn.alignSelf = 'flex-end', _moreBtn.justifySelf = 'center', _moreBtn),
moreBtn: {
position: 'sticky',
bottom: '3rem',
alignSelf: 'flex-end',
justifySelf: 'center'
},
missingCard: {

@@ -115,0 +118,0 @@ display: 'flex',

@@ -81,3 +81,3 @@ import React, { useState, useEffect } from 'react';

var useStyles$1 = makeStyles(function (theme) {
var _header, _cardContainer, _moreBtn;
var _header, _cardContainer;

@@ -107,5 +107,8 @@ return {

},
moreBtn: (_moreBtn = {
position: 'sticky'
}, _moreBtn["position"] = '-webkit-sticky', _moreBtn.bottom = '3rem', _moreBtn.alignSelf = 'flex-end', _moreBtn.justifySelf = 'center', _moreBtn),
moreBtn: {
position: 'sticky',
bottom: '3rem',
alignSelf: 'flex-end',
justifySelf: 'center'
},
missingCard: {

@@ -112,0 +115,0 @@ display: 'flex',

{
"name": "missing-person",
"version": "1.1.2",
"version": "1.1.3",
"description": "A simple 404 page that displays missing persons data instead of the same ole 404",

@@ -5,0 +5,0 @@ "keywords": [

@@ -29,5 +29,5 @@ # missing-person-404

To change the background color of the header, buttons and button text:
```jsx
<PageNotFound color='desired color value here' btnColor='purple' btnTxtColor='hot pink'>
```
```jsx
<PageNotFound color='desired color value here' btnColor='purple' btnTxtColor='hot pink'>
```
To change search parameters to return children under the age of 18:

@@ -34,0 +34,0 @@ ```jsx

Sorry, the diff of this file is not supported yet

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