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

grunt-file-creator

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-file-creator - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "grunt-file-creator",
"description": "Creates/writes to files from Javascript functions in the grunt config (useful for config files, etc).",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/travis-hilterbrand/grunt-file-creator",

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

@@ -70,5 +70,3 @@ /*

// create path (if needed)
var dir = filepath.split(path.sep);
dir.pop();
dir = path.join.apply(undefined, dir);
var dir = path.dirname(filepath);
if (!fs.existsSync(dir)) {

@@ -75,0 +73,0 @@ fs.mkdirSync(dir, '0777', true);

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