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

included

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

included - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

index.js

@@ -6,2 +6,3 @@ #!/usr/bin/env node

app = express(),
exec = require('child_process').exec,
crawl = require('./src/build');

@@ -20,2 +21,3 @@

console.log('Go to -> http://localhost:%s', port);
exec('open http://localhost:' + port);
});

2

package.json
{
"name": "included",
"version": "0.0.2",
"version": "0.0.3",
"description": "graphically represent c++ includes",

@@ -5,0 +5,0 @@ "main": "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