Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nordnet/grid

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nordnet/grid - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

10

dist/col/styles.js

@@ -22,11 +22,3 @@ 'use strict';

paddingRight: _spec.gutter / 2,
paddingLeft: _spec.gutter / 2,
'&:first-of-type': {
paddingLeft: 0
},
'&:last-of-type': {
paddingRight: 0
}
paddingLeft: _spec.gutter / 2
},

@@ -33,0 +25,0 @@ reverse: {

2

package.json
{
"name": "@nordnet/grid",
"version": "1.6.2",
"version": "1.6.3",
"description": "Grid system",

@@ -5,0 +5,0 @@ "homepage": "https://nordnet.github.io/grid/",

@@ -11,10 +11,2 @@ import { media, gutter, columns, breakpoints } from '../spec';

paddingLeft: gutter / 2,
'&:first-of-type': {
paddingLeft: 0,
},
'&:last-of-type': {
paddingRight: 0,
},
},

@@ -21,0 +13,0 @@ reverse: {

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