Socket
Socket
Sign inDemoInstall

detective

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detective - npm Package Compare versions

Comparing version 2.1.2 to 2.2.0

test/files/isrequire.js

2

index.js

@@ -39,3 +39,3 @@ var esprima = require('esprima');

function isRequire (node) {
var isRequire = opts.isRequire || function (node) {
var c = node.callee;

@@ -42,0 +42,0 @@ return c

{
"name" : "detective",
"description" : "find all require() calls by walking the AST",
"version" : "2.1.2",
"version" : "2.2.0",
"repository" : {

@@ -6,0 +6,0 @@ "type" : "git",

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