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

react-scrubber

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-scrubber - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

lib/index.d.ts

15

package.json
{
"name": "react-scrubber",
"version": "0.1.0",
"version": "0.2.0",
"description": "React scrubber component with touch controls, styling, and lots event handlers",
"main": "./dist/index.js",
"scripts": {
"build": "babel src --presets @babel/preset-react --plugins @babel/plugin-proposal-class-properties --out-dir dist --copy-files",
"build": "tsc",
"prepublish": "yarn build",

@@ -29,12 +29,11 @@ "test": "echo \"Error: no test specified\" && exit 1"

"files": [
"dist"
"src",
"lib"
],
"homepage": "https://github.com/nick-michael/react-scrubber#readme",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@types/react": "^16.8.19",
"react": "^16.0.0",
"react-dom": "^16.0.0"
"react-dom": "^16.0.0",
"typescript": "^3.5.1"
},

@@ -41,0 +40,0 @@ "peerDependencies": {

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