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

phplint

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phplint - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "phplint",
"version": "0.0.3",
"version": "0.0.4",
"description": "wrapper for php -l",

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

@@ -6,2 +6,4 @@ # phplint

Inspired by and largely copied from [jgable/grunt-phplint](https://github.com/jgable/grunt-phplint) but in a build-tool agnostic manner.
## Install

@@ -29,4 +31,17 @@

### Gulp
```js
var gulp = require('gulp');
var phplint = require('phplint');
gulp.task('phplint', function () {
return phplint('src/app/**/*.php');
});
gulp.task('default', ['phplint']);
```
## License
[MIT](http://opensource.org/licenses/MIT) © [Wayne Ashley Berry](https://twitter.com/waynethebrain)
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