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

@gitlab-org/csslab

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gitlab-org/csslab - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

assets/stylesheets/csslab.scss

5

package.json
{
"name": "@gitlab-org/csslab",
"version": "0.0.1",
"version": "0.0.2",
"description": "GitLab's CSS Framework",

@@ -10,3 +10,4 @@ "main": "dist/csslab.css",

"scripts": {
"sass": "node_modules/.bin/node-sass --include-path node_modules/bootstrap-sass/assets/stylesheets/ assets/stylesheets/_csslab.scss > dist/csslab.css"
"sass": "mkdir -p dist && node_modules/.bin/node-sass --include-path node_modules/bootstrap-sass/assets/stylesheets/ assets/stylesheets/csslab.scss > dist/csslab.css",
"prepublish": "yarn sass"
},

@@ -13,0 +14,0 @@ "dependencies": {

@@ -7,1 +7,8 @@ # CSSLab

```
## How to publish
Note: Only [members](https://www.npmjs.com/org/gitlab-org/members) of npm group `@gitlab-org` are able to publish this project.
1. Update the package version number
2. `npm publish --access public`
dist/csslab.css

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