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

better-base-template

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-base-template - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "better-base-template",
"version": "1.0.01",
"version": "1.0.02",
"description": "An awesome base-template generator.",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -15,12 +15,2 @@ # Better Base Template

#### How mixin generation works?
- Task `base-template` is responsible for that.
1) Read SCSS config file (`_config.scss`) with `sass-extract`.
2) Parses necessary variables, converts them into mixin's name, attributes, content.
3) Passes parsed data into function, which returns mixin string.
4) Writes string returned from function in to file using `fs` package.
5) Adds generated files to filter (so that `gulp-scss-lint`) will not check them.
## Installing

@@ -27,0 +17,0 @@

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