Socket
Socket
Sign inDemoInstall

basicprimitivesreact

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basicprimitivesreact - npm Package Compare versions

Comparing version 5.4.4 to 5.4.5

8

dist/Templates/CheckBoxTemplate.js

@@ -12,3 +12,5 @@ import React from 'react';

render(data) {
return React.createElement("label", null, React.createElement("nobr", null, React.createElement("input", {
return React.createElement("div", {
className: "BPSelectionCheckBoxContainer"
}, React.createElement("input", {
type: "checkbox",

@@ -19,7 +21,7 @@ name: "checkbox",

"data-id": data.id
}), "\xA0", React.createElement("span", {
}), React.createElement("span", {
name: "selectiontext",
className: "BPSelectionText",
"data-id": data.id
}, this.selectCheckBoxLabel)));
}, this.selectCheckBoxLabel));
}

@@ -26,0 +28,0 @@

{
"name": "basicprimitivesreact",
"version": "5.4.4",
"version": "5.4.5",
"main": "dist/index.js",

@@ -34,9 +34,8 @@ "module": "dist/index.js",

"@fortawesome/react-fontawesome": "^0.1.4",
"babel-loader": "^8.0.6",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1",
"react-dnd": "^9.3.2",
"react-dnd-html5-backend": "^9.3.2",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1"
"react-dnd-html5-backend": "^9.3.2"
},

@@ -43,0 +42,0 @@ "scripts": {

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