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

progeny

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

progeny - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

test/fixtures/altExtensions.jade

9

lib/index.js

@@ -67,3 +67,3 @@ // Generated by CoffeeScript 1.6.3

}).map(function(path) {
if (extension && ("." + extension) !== sysPath.extname(path)) {
if (extension && '' === sysPath.extname(path)) {
return "" + path + "." + extension;

@@ -80,2 +80,9 @@ } else {

});
if (extension) {
deps.forEach(function(path) {
if (("." + extension) !== sysPath.extname(path)) {
return deps.push("" + path + "." + extension);
}
});
}
if (prefix != null) {

@@ -82,0 +89,0 @@ prefixed = [];

2

package.json
{
"name": "progeny",
"version": "0.2.0",
"version": "0.2.1",
"description": "Recursively finds dependencies of style and template source files",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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