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

cmake-js

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmake-js - npm Package Compare versions

Comparing version 0.8.8 to 0.9.0

5

lib/cMake.js

@@ -179,2 +179,7 @@ "use strict";

// Mac
if (environment.isOSX) {
D.push({"CMAKE_SHARED_LINKER_FLAGS": "-undefined dynamic_lookup"});
}
command += " " +

@@ -181,0 +186,0 @@ D.map(function (p) {

5

package.json

@@ -14,3 +14,3 @@ {

],
"version": "0.8.8",
"version": "0.9.0",
"author": "Gábor Mező aka unbornchikken",

@@ -42,3 +42,6 @@ "repository": {

"yargs": "^3.6.0"
},
"devDependencies": {
"mocha": "^2.2.4"
}
}

2

README.md
# HELP WANTED: TESTING ON MAC
If anyone has a chance to test this stuff running on Mac that would be greatly appreciated. Please report any issue that you found.
If anyone has a chance to test this stuff running on Mac that would be greatly appreciated. Please [report any issue](https://github.com/unbornchikken/cmake-js/issues/1) that you found.

@@ -5,0 +5,0 @@ # CMake.js (MIT)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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