🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@lundiak/react-sum

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

@lundiak/react-sum - npm Package Compare versions

Comparing version
1.0.9
to
1.0.10
+5
src/css/react-count.less
.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>

@@ -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":""}
{
"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 = {

@@ -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