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

grunt-exports2json

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-exports2json - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

package.json
{
"name": "grunt-exports2json",
"description": "A grunt plugin. convert module.exports to JSON and output.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/kaminaly/grunt-exports2json",

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

},
"readme": "# grunt-exports2json v0.1.0\n\n> Just only feature, that convert module.exports to JSON and output. You can use CoffeeScript.",
"readme": "# grunt-exports2json v0.1.1\n\n> Just only feature, that convert module.exports to JSON and output. You can use CoffeeScript.",
"readmeFilename": "README.md",
"_id": "grunt-exports2json@0.1.0",
"_id": "grunt-exports2json@0.1.1",
"_from": "grunt-exports2json@"
}

@@ -1,3 +0,3 @@

# grunt-exports2json v0.1.0
# grunt-exports2json v0.1.1
> Just only feature, that convert module.exports to JSON and output. You can use CoffeeScript.

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

}).forEach(function(src){
grunt.file.write(f.dest, JSON.stringify(require(path.join(cwd, src))));
src = path.join(cwd, src);
delete require.cache[src]
grunt.file.write(f.dest, JSON.stringify(require(src)));
});

@@ -31,0 +33,0 @@

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