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

geddy-genutils

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geddy-genutils - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

14

lib/template.js
var fs = require('fs');
var path = require('path')
, utils = require('utilities')
, geddyPath = path.normalize(path.join(require.resolve('geddy'), '../../'));

@@ -252,2 +253,13 @@

}
module.exports.escaped = escaped;
module.exports.escaped = escaped;
/**
* Escapes a string
* @param str {String}
* @return {String}
*/
function escape(str)
{
return utils.string.escapeXML(str.replace(/;\S*/, ''));
}
module.exports.escape = escape;

7

package.json
{
"name": "geddy-genutils",
"version": "0.0.9",
"version": "0.0.10",
"description": "General purpose utilities for geddy generators.",

@@ -21,3 +21,6 @@ "main": "index.js",

},
"homepage": "https://github.com/geddy/geddy-genutils"
"homepage": "https://github.com/geddy/geddy-genutils",
"dependencies": {
"utilities": "*"
}
}
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