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

@salesforce-ux/sds-grid

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforce-ux/sds-grid - npm Package Compare versions

Comparing version 0.2.6-alpha.0 to 0.2.6

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.2.6](https://github.com/salesforce-ux/salesforce-design-system/compare/@salesforce-ux/sds-grid@0.2.6-alpha.0...@salesforce-ux/sds-grid@0.2.6) (2021-07-16)
**Note:** Version bump only for package @salesforce-ux/sds-grid
## [0.2.6-alpha.0](https://github.com/salesforce-ux/salesforce-design-system/compare/@salesforce-ux/sds-grid@0.2.5...@salesforce-ux/sds-grid@0.2.6-alpha.0) (2021-07-12)

@@ -8,0 +16,0 @@

2

lib/scripts/build.js

@@ -23,3 +23,3 @@ const fs = require('fs-extra');

fs.outputFileSync(output, result.css, () => true);
}, console.log(`sds-grid.css File saved to ${buildDir}.`));
});
});
{
"name": "@salesforce-ux/sds-grid",
"version": "0.2.6-alpha.0",
"version": "0.2.6",
"description": "The SDS grid system provides a flexible, mobile-first, device-agnostic layout system. It has features to control alignment, flow, and gaps.",

@@ -9,4 +9,4 @@ "author": "Salesforce UX",

"build": "node ./lib/scripts/build.js",
"dist": "npm run dist:clean && node ./lib/scripts/dist.js",
"dist:clean": "node ./lib/scripts/clean.js"
"dist": "node ./lib/scripts/dist.js",
"clean": "node ./lib/scripts/clean.js"
},

@@ -33,3 +33,3 @@ "devDependencies": {

},
"gitHead": "5748da97c23eb5a7477b14d657c6d342759b9759"
"gitHead": "6db4b624984735861d59994004e5933107380643"
}
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