Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

detective

Package Overview
Dependencies
Maintainers
40
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 5.2.0 to 5.2.1

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # detective Change Log

## x.y.z - unreleased
* update acorn-node to 1.8.2 (make use of acorn 7.x)
## 5.2.1 - 2022-05-27
* Update to "minimist": "^1.2.6" from "^1.1.1" to quiet down dependabot security theater.
## 5.2.0 - 2019-01-28

@@ -7,0 +13,0 @@ * Use acorn-node's option defaults, adds support for new ES features (https://github.com/browserify/detective/pull/81)

6

package.json
{
"name": "detective",
"description": "find all require() calls by walking the AST",
"version": "5.2.0",
"version": "5.2.1",
"author": {

@@ -12,5 +12,5 @@ "name": "James Halliday",

"dependencies": {
"acorn-node": "^1.6.1",
"acorn-node": "^1.8.2",
"defined": "^1.0.0",
"minimist": "^1.1.1"
"minimist": "^1.2.6"
},

@@ -17,0 +17,0 @@ "devDependencies": {

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