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

universal-clipboard-js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

universal-clipboard-js - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

11

CMakeLists.txt

@@ -37,9 +37,12 @@ cmake_minimum_required(VERSION 3.0)

if(NOT EXISTS ../node-addon-api)
set (NAPI_DIR ../node-addon-api)
get_filename_component(VAR_PARENT ${NAPI_DIR} ABSOLUTE)
if(IS_DIRECTORY ${VAR_PARENT})
message(STATUS "GET PATH")
include_directories(${CMAKE_CURRENT_LIST_FILE} ../node-addon-api)
else()
include_directories(${CMAKE_CURRENT_LIST_FILE} ./node_modules/node-addon-api)
else()
include_directories(${CMAKE_CURRENT_LIST_FILE} ../node-addon-api)
endif()
MESSAGE( STATUS "CMAKE_JS_INC = ${CMAKE_JS_INC}.")
MESSAGE(STATUS "CMAKE_JS_INC = ${CMAKE_JS_INC}.")

@@ -46,0 +49,0 @@ set(SOURCES

{
"name": "universal-clipboard-js",
"version": "0.1.2",
"version": "0.1.3",
"main": "index.js",

@@ -5,0 +5,0 @@ "description": "Ready to be a universal clipboard library for all platforms",

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