@lundiak/react-sum
Advanced tools
| .count { | ||
| border: 1px blue dotted; | ||
| margin: 3px; | ||
| padding: 3px; | ||
| } |
| .sum { | ||
| border: 1px green dashed; | ||
| margin: 3px; | ||
| padding: 3px; | ||
| } |
+1
-1
@@ -1,1 +0,1 @@ | ||
| <!doctypehtml><head><meta charset="utf-8"><meta name="viewport"content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta http-equiv="X-UA-Compatible"content="IE=edge"><title>ReactJS npm package</title><link href="./main.css?c6ebcf7dc5a9dfa3b311"rel="stylesheet"></head><body><div class="app"id="app"></div><script src="./bundle.js?c6ebcf7dc5a9dfa3b311"></script></body> | ||
| <!doctypehtml><head><meta charset="utf-8"><meta name="viewport"content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta http-equiv="X-UA-Compatible"content="IE=edge"><title>ReactJS npm package</title><link href="./main.css?dd26c28ad0a5db000932"rel="stylesheet"></head><body><div class="app"id="app"></div><script src="./bundle.js?dd26c28ad0a5db000932"></script></body> |
+12
-1
@@ -0,1 +1,13 @@ | ||
| .sum { | ||
| border: 1px green dashed; | ||
| margin: 3px; | ||
| padding: 3px; | ||
| } | ||
| .count { | ||
| border: 1px blue dotted; | ||
| margin: 3px; | ||
| padding: 3px; | ||
| } | ||
| .app { | ||
@@ -8,3 +20,2 @@ display: flex; | ||
| .app > div { | ||
| border: 1px blue dotted; | ||
| margin-right: 10px; | ||
@@ -11,0 +22,0 @@ } |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"sources":["webpack://ReactSum/./src/css/app.less","webpack://ReactSum/./src/css/main.less"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACZA;AACA;AACA;AACA;AACA;AACA","file":"main.css","sourcesContent":[".app {\n display: flex;\n justify-content: center;\n width: 100%;\n border: 1px solid green;\n}\n.app > div {\n border: 1px blue dotted;\n margin-right: 10px;\n}\n.app-only {\n color: green;\n}\n","body {\n padding: 5px;\n}\n.main-only {\n color: red;\n}\n"],"sourceRoot":""} | ||
| {"version":3,"sources":["webpack://ReactSum/./src/css/react-sum.less","webpack://ReactSum/./src/css/react-count.less","webpack://ReactSum/./src/css/app.less","webpack://ReactSum/./src/css/main.less"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;;ACJA;AACA;AACA;AACA;AACA;;ACJA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;ACXA;AACA;AACA;AACA;AACA;AACA","file":"main.css","sourcesContent":[".sum {\n border: 1px green dashed;\n margin: 3px;\n padding: 3px;\n}\n",".count {\n border: 1px blue dotted;\n margin: 3px;\n padding: 3px;\n}\n",".app {\n display: flex;\n justify-content: center;\n width: 100%;\n border: 1px solid green;\n}\n.app > div {\n margin-right: 10px;\n}\n.app-only {\n color: green;\n}\n","body {\n padding: 5px;\n}\n.main-only {\n color: red;\n}\n"],"sourceRoot":""} |
+1
-1
| { | ||
| "name": "@lundiak/react-sum", | ||
| "version": "1.0.9", | ||
| "version": "1.0.10", | ||
| "description": "ReactJS component to show sum of 2 numbers, as npm package.", | ||
@@ -5,0 +5,0 @@ "main": "dist/app.js", |
@@ -8,3 +8,3 @@ // import React from 'react'; | ||
| import '../css/app.less'; | ||
| import '../css/test.css'; | ||
| import '../css/test.css'; // looks like not appended to App.jsx in react-experiments usage | ||
@@ -11,0 +11,0 @@ const App = { |
| import React from 'react'; | ||
| import PropTypes from 'prop-types'; | ||
| import '../css/react-count.less'; | ||
| const Count = (props) => { | ||
@@ -5,0 +7,0 @@ const { list } = props; |
| import React from 'react'; | ||
| import PropTypes from 'prop-types'; | ||
| import '../css/react-sum.less'; | ||
| class Sum extends React.Component { | ||
@@ -5,0 +7,0 @@ state = { |
+1
-1
@@ -8,8 +8,8 @@ .app { | ||
| > div { | ||
| border: 1px blue dotted; | ||
| margin-right: 10px; | ||
| } | ||
| } | ||
| .app-only { | ||
| color: green; | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
601231
0.32%17
13.33%718
1.7%2
-33.33%