🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ponytail

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ponytail - npm Package Compare versions

Comparing version
1.0.55
to
1.0.56
+1
-1
package.json
{
"name": "ponytail",
"version": "1.0.55",
"version": "1.0.56",
"description": "Rethinking maintenance of multiple sites.",

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

const taleNamingMarker = '_';
module.exports = taleIdentifier => {
console.log (taleIdentifier);
// console.log (taleIdentifier);
return taleIdentifier.split (taleNamingMarker)[0];
};