Socket
Socket
Sign inDemoInstall

detective

Package Overview
Dependencies
3
Maintainers
39
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.1 to 5.0.2

3

CHANGELOG.md

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

## 5.0.2 - 2018-01-06
* Extend support back to 0.8 until we can determine a LTS plan.
## 5.0.1 - 2018-01-02

@@ -7,0 +10,0 @@ * Add engines field set to `>=4.0.0`.

2

index.js

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

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

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

{
"name": "detective",
"description": "find all require() calls by walking the AST",
"version": "5.0.1",
"version": "5.0.2",
"author": {

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

"acorn": "^5.2.1",
"acorn5-object-spread": "^5.0.0",
"@browserify/acorn5-object-spread": "^5.0.1",
"defined": "^1.0.0"

@@ -20,3 +20,3 @@ },

"engines": {
"node": ">=4.0.0"
"node": ">=0.8.0"
},

@@ -23,0 +23,0 @@ "keywords": [

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