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

fp-stylus

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fp-stylus - npm Package Compare versions

Comparing version 1.2.13-rc.0 to 1.2.13-rc.1

2

package.json
{
"name": "fp-stylus",
"version": "1.2.13-rc.0",
"version": "1.2.13-rc.1",
"description": "Stylus extension for Fepper",

@@ -5,0 +5,0 @@ "main": "stylus~extend.js",

@@ -284,3 +284,3 @@ 'use strict';

const vPath = (vinylPath.slice(0, vinylPath.lastIndexOf('.')) + '.css').replace(cwd, '');
const base = path.dirname(vPath)
const base = path.dirname(vPath);
const file = new Vinyl({

@@ -404,3 +404,3 @@ cwd,

}))
.on('error', done)
.on('error', function () {this.emit('end');})
.pipe(gulp.dest(`${cssSrcDir}/.tmp`));

@@ -407,0 +407,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