Socket
Socket
Sign inDemoInstall

loady

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loady - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

13

lib/loady.js

@@ -18,2 +18,3 @@ /*!

const {existsSync} = require('fs');
const {versions} = process;

@@ -30,4 +31,3 @@ /*

compiled: process.env.NODE_BINDINGS_COMPILED_DIR || 'compiled',
pregyp:
`node-v${process.versions.modules}-${process.platform}-${process.arch}`,
pregyp: `node-v${versions.modules}-${process.platform}-${process.arch}`,
platform: process.platform,

@@ -43,9 +43,4 @@ version: process.versions.node

['$root', 'build', 'Release', '$name'],
// Raw CMake (single-configuration, e.g. make).
['$root', '$name'],
// Raw CMake (multi-configuration, e.g. msvs, xcode).
['$root', 'Debug', '$name'],
['$root', 'Release', '$name'],
['$root', 'MinSizeRel', '$name'],
['$root', 'RelWithDebInfo', '$name'],
['$root', 'build', 'MinSizeRel', '$name'],
['$root', 'build', 'RelWithDebInfo', '$name'],
// Debug files, for development (legacy behavior).

@@ -52,0 +47,0 @@ ['$root', 'out', 'Debug', '$name'],

{
"name": "loady",
"version": "0.0.2",
"version": "0.0.3",
"description": "dynamic loader for node.js",

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