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

@globus/globus-css

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@globus/globus-css - npm Package Compare versions

Comparing version 0.4.5 to 0.5.0

assets/.DS_Store

11

CHANGELOG.md

@@ -5,2 +5,13 @@ # Changelog

## [0.5.0](https://github.com/globusonline/globus-css/compare/v0.4.5...v0.5.0) (2022-10-12)
### ⚠ BREAKING CHANGES
* removes legacy version packaging system (package is now available on npm) (#192)
### Bug Fixes
* removes legacy version packaging system (package is now available on npm) ([#192](https://github.com/globusonline/globus-css/issues/192)) ([8298eca](https://github.com/globusonline/globus-css/commit/8298eca012a8ae5b439eee1b707c7cad8f635116))
### [0.4.5](https://github.com/globusonline/globus-css/compare/v0.4.4...v0.4.5) (2022-10-12)

@@ -7,0 +18,0 @@

11

package.json
{
"name": "@globus/globus-css",
"version": "0.4.5",
"version": "0.5.0",
"description": "Utility-centric CSS and styled components to give you the building blocks for any Globus web project.",
"main": "dist/globus-css.js",
"files": [
"src/**/*",
"dist/**/*",
"assets/**/*"
],
"dependencies": {

@@ -71,3 +76,3 @@ "bootstrap": "^4.6.1"

"lint": "stylelint --quiet src",
"prerelease": "webpack --mode=production --output-path=./dist/next && npm run build:svgs -- --prerelease",
"prerelease": "webpack --mode=production && npm run build:svgs",
"release": "standard-version -a"

@@ -82,3 +87,3 @@ },

"author": "",
"license": "ISC"
"license": "UNLICENSED"
}
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