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

froggy

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

froggy - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

2

build/src/dummy/select.js

@@ -23,3 +23,3 @@ import React from 'react';

} },
React.createElement("div", { className: styles.optionWrap }, Object.keys(options).map(i => React.createElement("div", { key: i, className: `${styles.option} ${i === key ? styles.selected : ''}`, onClick: () => {
React.createElement("div", { className: styles.optionWrap, onWheel: (e) => e.stopPropagation() }, Object.keys(options).map(i => React.createElement("div", { key: i, className: `${styles.option} ${i === key ? styles.selected : ''}`, onClick: () => {
this.props.onChange(options[i]);

@@ -26,0 +26,0 @@ } }, i))))));

@@ -19,6 +19,9 @@ {

"devDependencies": {
"@types/node": "^10.0.8",
"@types/react": "16.3.14",
"@types/react-dom": "^16.0.5",
"@types/node": "^10.0.8",
"copy-webpack-plugin": "^4.5.3",
"css-loader": "^0.28.11",
"declaration-bundler-webpack-plugin": "^1.0.3",
"html-webpack-plugin": "^3.2.0",
"less": "^3.0.4",

@@ -31,7 +34,4 @@ "less-loader": "^4.1.0",

"tslint": "^5.9.1",
"copy-webpack-plugin": "^4.5.1",
"html-webpack-plugin": "^3.2.0",
"typescript": "^2.8.3",
"typings-for-css-modules-loader": "^1.7.0",
"declaration-bundler-webpack-plugin": "^1.0.3",
"webpack": "^4.6.0",

@@ -38,0 +38,0 @@ "webpack-cli": "^2.0.15",

{
"name": "froggy",
"version": "1.1.5",
"version": "1.1.6",
"repository": {

@@ -19,4 +19,4 @@ "type": "git",

"@types/three": "^0.91.10",
"typescript": "^2.8.3",
"react": "^16.0.0"
"react": "^16.0.0",
"typescript": "^2.8.3"
},

@@ -23,0 +23,0 @@ "author": "greenSnot",

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