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

node-cmake

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-cmake - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

3

lib/ncmake.js

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

#!/usr/bin/env node
var fs = require('fs');

@@ -255,2 +256,2 @@ var path = require('path');

process.exit(err.code || 2);
});
});
{
"name": "node-cmake",
"author": "Colin Taylor <cjntaylor@gmail.com>",
"version": "2.0.0",
"version": "2.0.1",
"description": "A CMake-based build system for node.js native modules",

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

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