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

verifyjs

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verifyjs - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

lib/jshint.js

@@ -23,3 +23,3 @@ var jshint = require('jshint'),

if (!functionDetails[name]) functionDetails[name] = [];
functionDetails[name].push(func);
functionDetails[name].push && functionDetails[name].push(func);
byLine[func.line+":"+(func.character-1)] = name;

@@ -26,0 +26,0 @@ });

{
"name": "verifyjs",
"version": "0.0.4",
"version": "0.0.5",
"directories": {},

@@ -5,0 +5,0 @@ "engines": {

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