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

amdetective

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amdetective - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

example/detect.js

2

index.js

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

var esprima = require('esprima'),
var esprima = require('esprima-fb'),
parse = require('./lib/parse.js');

@@ -3,0 +3,0 @@

var lang = require('./lang.js'),
esprima = require('esprima');
esprima = require('esprima-fb');

@@ -4,0 +4,0 @@ /**

{
"name": "amdetective",
"version": "0.0.2",
"version": "0.1.0",
"description": "Like node-detective, but for AMD/r.js files. Finds all calls to `require()` in AMD modules by walking the AST.",

@@ -24,4 +24,4 @@ "main": "index.js",

"dependencies": {
"esprima": "~1.2.2"
"esprima-fb": "^15001.1001.0-dev-harmony-fb"
}
}
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