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

@lbu/stdlib

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lbu/stdlib - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

1

index.js

@@ -27,4 +27,5 @@ export { uuid } from "./src/datatypes.js";

mainFn,
noop,
filenameForModule,
dirnameForModule,
} from "./src/utils.js";

6

package.json
{
"name": "@lbu/stdlib",
"version": "0.0.15",
"version": "0.0.16",
"description": "All kinds of utility functions",

@@ -16,3 +16,3 @@ "main": "./index.js",

"dependencies": {
"@lbu/insight": "^0.0.15",
"@lbu/insight": "^0.0.16",
"dotenv": "8.2.0",

@@ -36,3 +36,3 @@ "lodash.merge": "4.6.2",

},
"gitHead": "2f0f45592d7a0471397cc5d409f6e651f2b59b90"
"gitHead": "12be5e9f611d1c9dd2eb606a326dbf2f2c2f13cb"
}

@@ -18,2 +18,10 @@ import dotenv from "dotenv";

/**
* An empty function, doing exactly nothing but returning undefined.
* @return {undefined}
*/
export function noop() {
return undefined;
}
/**
* Internal gc function reference

@@ -20,0 +28,0 @@ * Note that this is undefined if the gc function is not called and Node is not running

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