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

ericsoco-test1

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ericsoco-test1

Test package publishing

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 16 Sep 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc