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

is-require

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-require - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

2

index.js

@@ -7,3 +7,3 @@ module.exports = isRequire

return function(node) {
var c = node.callee
var c = node && node.callee
return c

@@ -10,0 +10,0 @@ && c.name === word

{
"name": "is-require",
"description": "Tests whether an JavaScript AST node is likely to be a valid `require` call.",
"version": "0.0.0",
"version": "0.0.1",
"main": "index.js",

@@ -6,0 +6,0 @@ "browser": "index.js",

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