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

main-bower-files

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

main-bower-files - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

4

lib/package_collection.js

@@ -87,3 +87,3 @@ var path = require('path'),

for (name in dependencies) {
this.add(name, path.join(this.opts.paths.bowerDirectory, '/', name));
this.add(name, path.join(this.opts.paths.bowerDirectory, path.sep, name));
}

@@ -94,3 +94,3 @@ }

for (name in devDependencies) {
this.add(name, path.join(this.opts.paths.bowerDirectory, '/', name));
this.add(name, path.join(this.opts.paths.bowerDirectory, path.sep, name));
}

@@ -97,0 +97,0 @@ }

{
"name": "main-bower-files",
"version": "2.4.1",
"version": "2.4.2",
"description": "Get main files from your installed bower packages.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -20,3 +20,3 @@ main-bower-files

- [includeDev](#includedev)
- [includeDev](#includeself)
- [includeSelf](#includeself)
- [filter](#filter)

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