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.0 to 1.0.3

.github/workflows/coverage.yml

2

dist/swipe-to-delete.min.js
/*!
* React-swipe-to-delete-component v1.0.0
* React-swipe-to-delete-component v1.0.3
* 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.0",
"version": "1.0.3",
"description": "A simple React component implement 'swipe to delete' UI-pattern.",

@@ -12,2 +12,3 @@ "homepage": "https://github.com/gaer87/react-swipe-to-delete-component",

"test": "jest --watch",
"test:ci": "jest --ci",
"test:coverage": "jest --coverage",

@@ -70,3 +71,6 @@ "lint": "eslint ./src/js/* ./__tests__/*"

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

@@ -73,0 +77,0 @@ "peerDependencies": {

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