Socket
Socket
Sign inDemoInstall

ericsoco-test1

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ericsoco-test1

Test package publishing


Version published
Weekly downloads
3
Maintainers
1
Install size
1.56 kB
Created
Weekly downloads
 

Readme

Source

Minimal npm module containing JS and SASS. JS module requirements concatenated via browserify; SASS concatenated and transformed to CSS by specifying parcelify as a plugin to browserify.

Note: parcelify's magic lies in package.json: the style and transforms entries specify a glob to find the SASS files and a transform (sass-css-stream) to compile them into CSS.

#install npm install ericsoco-test1

#build browserify index.js -o bundle.js -p [parcelify -o bundle.css -t sass-css-stream -d . ]

#todo put that build step into a gulpfile

FAQs

Last updated on 16 Sep 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc