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

computron

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

computron - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.travis.yml

4

CMakeLists.txt

@@ -9,2 +9,4 @@ cmake_minimum_required(VERSION 2.8)

include_directories(${CMAKE_JS_INC})
# Build a shared library named after the project from the files in `src/`

@@ -18,3 +20,3 @@ file(GLOB SOURCE_FILES "src/*.cpp" "src/*.h")

# Include N-API wrappers
target_include_directories(${PROJECT_NAME} PRIVATE "/usr/include/node")
target_link_libraries(${PROJECT_NAME} ${CMAKE_JS_LIB})
target_include_directories(${PROJECT_NAME} PRIVATE "${CMAKE_SOURCE_DIR}/node_modules/node-addon-api")

@@ -21,0 +23,0 @@

{
"name": "computron",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "addon.js",

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

[![Build Status](https://travis-ci.org/Inist-CNRS/computron.svg?branch=master)](https://travis-ci.org/Inist-CNRS/computron)
# Computron

@@ -2,0 +4,0 @@

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