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

debowerify

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debowerify - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

6

index.js

@@ -82,2 +82,7 @@ var bower = require('bower');

if (module.missing) {
throw new Error('could not resolve dependency ' + moduleName +
' : bower returns the module as known but not found (did you forget to run bower install ?)');
}
var pkgMeta = module.pkgMeta;

@@ -96,2 +101,3 @@ var requiredFilePath = moduleSubPath;

var fullModulePath = path.resolve(path.join(module.canonicalDir, requiredFilePath));

@@ -98,0 +104,0 @@ var relativeRequiredFilePath = './' + path.relative(path.dirname(file), fullModulePath);

2

package.json
{
"name": "debowerify",
"version": "0.7.0",
"version": "0.7.1",
"description": "A browserify transform to enable the easy use of bower components in browserify client javascript projects. This can be used in conjunction with deamdify to require AMD components from bower as well.",

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

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