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

layout-emotions

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

layout-emotions - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

12

dist/index.js

@@ -59,35 +59,47 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }// src/layout/container.ts

width: ${w12}%;
flex: 0 0 ${w12}%;
}
.mcol-${breakPointIdentifier}11 {
width: ${w11}%;
flex: 0 0 ${w11}%;
}
.mcol-${breakPointIdentifier}10 {
width: ${w10}%;
flex: 0 0 ${w10}%;
}
.mcol-${breakPointIdentifier}9 {
width: ${w9}%;
flex: 0 0 ${w9}%;
}
.mcol-${breakPointIdentifier}8 {
width: ${w8}%;
flex: 0 0 ${w8}%;
}
.mcol-${breakPointIdentifier}7 {
width: ${w7}%;
flex: 0 0 ${w7}%;
}
.mcol-${breakPointIdentifier}6 {
width: ${w6}%;
flex: 0 0 ${w6}%;
}
.mcol-${breakPointIdentifier}5 {
width: ${w5}%;
flex: 0 0 ${w5}%;
}
.mcol-${breakPointIdentifier}4 {
width: ${w4}%;
flex: 0 0 ${w4}%;
}
.mcol-${breakPointIdentifier}3 {
width: ${w3}%;
flex: 0 0 ${w3}%;
}
.mcol-${breakPointIdentifier}2 {
width: ${w2}%;
flex: 0 0 ${w2}%;
}
.mcol-${breakPointIdentifier}1 {
width: ${w1};
flex: 0 0 ${w1}%;
}

@@ -94,0 +106,0 @@ .mcol {

2

package.json
{
"name": "layout-emotions",
"version": "1.0.10",
"version": "1.0.11",
"description": "Collection of layout emotion components",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -10,35 +10,47 @@ import BreakPoints, { BreakPointIdentifier } from "./breakpoints";

width: ${w12}%;
flex: 0 0 ${w12}%;
}
.mcol-${breakPointIdentifier}11 {
width: ${w11}%;
flex: 0 0 ${w11}%;
}
.mcol-${breakPointIdentifier}10 {
width: ${w10}%;
flex: 0 0 ${w10}%;
}
.mcol-${breakPointIdentifier}9 {
width: ${w9}%;
flex: 0 0 ${w9}%;
}
.mcol-${breakPointIdentifier}8 {
width: ${w8}%;
flex: 0 0 ${w8}%;
}
.mcol-${breakPointIdentifier}7 {
width: ${w7}%;
flex: 0 0 ${w7}%;
}
.mcol-${breakPointIdentifier}6 {
width: ${w6}%;
flex: 0 0 ${w6}%;
}
.mcol-${breakPointIdentifier}5 {
width: ${w5}%;
flex: 0 0 ${w5}%;
}
.mcol-${breakPointIdentifier}4 {
width: ${w4}%;
flex: 0 0 ${w4}%;
}
.mcol-${breakPointIdentifier}3 {
width: ${w3}%;
flex: 0 0 ${w3}%;
}
.mcol-${breakPointIdentifier}2 {
width: ${w2}%;
flex: 0 0 ${w2}%;
}
.mcol-${breakPointIdentifier}1 {
width: ${w1};
flex: 0 0 ${w1}%;
}

@@ -45,0 +57,0 @@ .mcol {

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