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

stylecow-plugin-bower-loader

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylecow-plugin-bower-loader - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

index.js

@@ -17,3 +17,3 @@ "use strict";

if (cwd) {
bowerComponents = getComponentsDirectory(cwd);
bowerComponents = getComponentsDirectory(path.dirname(cwd));
}

@@ -34,3 +34,2 @@ }

let root = atRule.getData('file');
if (!root) {

@@ -81,3 +80,3 @@ return;

if (bowerRc.directory) {
return path.resolve(cwd, bowerRc.directory);
return path.resolve(path.dirname(found), bowerRc.directory);
}

@@ -84,0 +83,0 @@ }

2

package.json

@@ -9,3 +9,3 @@ {

],
"version": "1.0.0",
"version": "1.0.1",
"engines": {

@@ -12,0 +12,0 @@ "node": ">=4.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