New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

awesome-includes

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awesome-includes - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

index.js

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

module.exports = (e) => e.includes?(42)
module.exports = function (e) {
return e.includes?(42)
}
{
"name": "awesome-includes",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"license": "MIT"
}
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