Socket
Socket
Sign inDemoInstall

intern-dev

Package Overview
Dependencies
148
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.1 to 0.3.2

20

intern-dev-build.js

@@ -27,2 +27,12 @@ #!/usr/bin/env node

});
if (common_1.internDev.stylus) {
if (watchMode) {
var proc = child_process_1.spawn('stylus', common_1.internDev.stylus.concat('--watch'));
watchProcess('stylus', proc);
}
else {
var proc = child_process_1.spawnSync('stylus', common_1.internDev.stylus);
logProcess('stylus', proc);
}
}
var buildDst = path_1.join(common_1.buildDir, 'src');

@@ -52,12 +62,2 @@ var resources = common_1.internDev.resources || {};

}
if (common_1.internDev.stylus) {
if (watchMode) {
var proc = child_process_1.spawn('stylus', common_1.internDev.stylus.concat('--watch'));
watchProcess('stylus', proc);
}
else {
var proc = child_process_1.spawnSync('stylus', common_1.internDev.stylus);
logProcess('stylus', proc);
}
}
common_1.log('Done building');

@@ -64,0 +64,0 @@ function createFileWatcher(patterns, dstDir) {

{
"name": "intern-dev",
"version": "0.3.1",
"version": "0.3.2",
"description": "Development support scripts for Intern projects.",

@@ -5,0 +5,0 @@ "repository": {

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