New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-swipe-to-delete-component

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-swipe-to-delete-component - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

3

CHANGELOG.md

@@ -0,1 +1,4 @@

### v1.0.6
* Fix dependencies in CD
### v1.0.5

@@ -2,0 +5,0 @@ * Add CI

2

dist/swipe-to-delete.min.js
/*!
* React-swipe-to-delete-component v1.0.5
* React-swipe-to-delete-component v1.0.6
* A simple React component implement 'swipe to delete' UI-pattern.

@@ -4,0 +4,0 @@ * https://github.com/gaer87/react-swipe-to-delete-component

{
"name": "react-swipe-to-delete-component",
"version": "1.0.5",
"version": "1.0.6",
"description": "A simple React component implement 'swipe to delete' UI-pattern.",

@@ -70,11 +70,8 @@ "homepage": "https://github.com/gaer87/react-swipe-to-delete-component",

"dependencies": {
"@babel/runtime": "^7.12.5",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"@babel/runtime": "^7.12.5"
},
"peerDependencies": {
"react": "^16.1.1",
"react-dom": "^16.1.1",
"prop-types": "^15.6.0"
"react": "^17.0.2",
"react-dom": "^17.0.2",
"prop-types": "^15.8.1"
},

@@ -81,0 +78,0 @@ "jest": {

# React-swipe-to-delete-component
[![Code Climate](https://codeclimate.com/github/gaer87/react-swipe-to-delete-component/badges/gpa.svg)](https://codeclimate.com/github/gaer87/react-swipe-to-delete-component)
[![Coverage Status](https://coveralls.io/repos/github/gaer87/react-swipe-to-delete-component/badge.svg?branch=master)](https://coveralls.io/github/gaer87/react-swipe-to-delete-component?branch=master)
[![Build Status](https://github.com/JS-DevTools/npm-publish/workflows/CI-CD/badge.svg)](https://github.com/gaer87/react-swipe-to-delete-component/actions)

@@ -5,0 +6,0 @@ A simple React component implement 'swipe to delete' UI-pattern.

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc