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.5 to 0.0.6

6

index.js
'use strict';
var _ = require('lodash');
var q = require('q');
var fs = require('fs');
var _ = require('lodash');
var glob = require('glob');
var shell = require('shelljs/global');
var async = require('async');
var cacheSwap = require('cache-swap');
var crypto = require('crypto');
var shell = require('shelljs/global');
var q = require('q');

@@ -12,0 +12,0 @@ var SWAP_CATEGORY = "linted";

{
"name": "phplint",
"version": "0.0.5",
"version": "0.0.6",
"description": "wrapper for php -l",

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

Sorry, the diff of this file is not supported yet

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