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

@daren/grid

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daren/grid - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

2

dist/cjs/grid.js

@@ -36,3 +36,3 @@ "use strict";

})) : null, /*#__PURE__*/React.createElement("div", {
className: (0, _utils.cx)('relative grid gap-x-4 grid-cols-4 md:grid-cols-8 lg:gap-x-6 lg:grid-cols-12', {
className: (0, _utils.cx)('relative grid grid-cols-4 gap-x-4 md:grid-cols-8 lg:grid-cols-12 lg:gap-x-6', {
'mx-auto max-w-7xl': !nested,

@@ -39,0 +39,0 @@ 'gap-y-4 lg:gap-y-6': rowGap

@@ -26,3 +26,3 @@ import { cx, __DEV__ } from '@daren/utils';

})) : null, /*#__PURE__*/React.createElement("div", {
className: cx('relative grid gap-x-4 grid-cols-4 md:grid-cols-8 lg:gap-x-6 lg:grid-cols-12', {
className: cx('relative grid grid-cols-4 gap-x-4 md:grid-cols-8 lg:grid-cols-12 lg:gap-x-6', {
'mx-auto max-w-7xl': !nested,

@@ -29,0 +29,0 @@ 'gap-y-4 lg:gap-y-6': rowGap

{
"name": "@daren/grid",
"version": "1.2.0",
"version": "1.3.0",
"repository": {

@@ -52,3 +52,3 @@ "type": "git",

},
"gitHead": "9f5c6e7c9d77f6b5c88ca9dc0a5bc8a17056b999"
"gitHead": "e14853b7fc044df886835cd1978eae4d0c2db312"
}

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