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

arlib

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arlib - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

2

package.json
{
"name": "arlib",
"version": "0.0.24",
"version": "0.0.25",
"description": "Andras' Utility Functions",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -16,3 +16,3 @@ # arlib

### tempnam( [directory], [prefix] )
### tempnam( [directory], [prefix], callback(err, filename) )

@@ -24,4 +24,5 @@ php tempnam equivalent, creates a filename that does not exist on the

var tempnam = require('arlib/tempnam');
var filename = tempnam("/usr/tmp", "filename-prefix-");
// /usr/tmp/filename-prefix-a7259b
var filename = tempnam("/usr/tmp", "filename-prefix-", callback(err, filename) {
// => /usr/tmp/filename-prefix-a7259b
});

@@ -28,0 +29,0 @@ ### getopt( argv, optspec )

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