Socket
Socket
Sign inDemoInstall

detective

Package Overview
Dependencies
3
Maintainers
38
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.7.1 to 5.0.0

CHANGELOG.md

5

index.js

@@ -1,2 +0,2 @@

var acorn = require('acorn');
var acorn = require('acorn5-object-spread/inject')(require('acorn'));
var walk = require('acorn/dist/walk');

@@ -21,3 +21,4 @@ var defined = require('defined');

),
allowHashBang: defined(opts.allowHashBang, true)
allowHashBang: defined(opts.allowHashBang, true),
plugins: { objectSpread: true }
});

@@ -24,0 +25,0 @@ }

3

package.json
{
"name": "detective",
"description": "find all require() calls by walking the AST",
"version": "4.7.1",
"version": "5.0.0",
"repository": {

@@ -21,2 +21,3 @@ "type": "git",

"acorn": "^5.2.1",
"acorn5-object-spread": "^5.0.0",
"defined": "^1.0.0"

@@ -23,0 +24,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc