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

grunt-json5-to-json

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-json5-to-json - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "grunt-json5-to-json",
"description": "Convert json5 to json.",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/leader22/grunt-json5-to-json",

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

@@ -66,1 +66,2 @@ # grunt-json5-to-json

- 0.1.2: Refactor some code.
- 0.1.3: Grunt log error now display which file is having an issue when parsing.(by [wiredmax](https://github.com/wiredmax))

@@ -72,3 +72,3 @@ /*

} catch(e) {
grunt.log.error(e);
grunt.log.error(e + ' in ' + src);
return;

@@ -104,3 +104,3 @@ }

}
};
}

@@ -113,3 +113,3 @@ function unixifyPath(filepath) {

}
};
}
};
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