Socket
Socket
Sign inDemoInstall

@benkeentestorg/buttons

Package Overview
Dependencies
12
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.11 to 1.0.12

4

dist/buttons.js

@@ -41,3 +41,5 @@ 'use strict';

var _a = this.props, label = _a.label, onClick = _a.onClick;
return (React.createElement("button", { onClick: onClick }, label));
return (React.createElement("button", { onClick: onClick },
label,
"!!"));
};

@@ -44,0 +46,0 @@ return PrimaryButton;

{
"name": "@benkeentestorg/buttons",
"version": "1.0.11",
"version": "1.0.12",
"description": "Button components.",

@@ -10,3 +10,3 @@ "author": "Ben Keen <ben.keen@gmail.com>",

"module": "dist/buttons-es6.js",
"typings": "dist/index.d.ts",
"typings": "dist/buttons.d.ts",
"files": [

@@ -28,3 +28,3 @@ "lib"

},
"gitHead": "1e820efe0b501f61b461945142153d27a4d6b33e",
"gitHead": "0cbb29a35dc92d0ad8828c29bcf32cf26af8fffa",
"devDependencies": {

@@ -40,2 +40,6 @@ "react": "^16.7.0",

},
"peerDependencies": {
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"dependencies": {

@@ -42,0 +46,0 @@ "@types/react": "^16.7.20",

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