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.10 to 0.0.11

2

package.json
{
"name": "arlib",
"version": "0.0.10",
"version": "0.0.11",
"description": "Andras' Utility Functions",

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

@@ -13,3 +13,3 @@ # arlib

### tempnam
### tempnam( [directory], [prefix] )

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

### getopt
### getopt( argv, optspec )

@@ -39,3 +39,3 @@ traditional unix command option extractor, returns an object with the options

### mongoid
### mongoid( ), new MongoId().fetch( )

@@ -66,3 +66,3 @@ very fast, light-weight mongodb compatible timestamped unique id

#### fgets
#### fgets( )

@@ -74,3 +74,3 @@ var fs = require('fs');

#### feof
#### feof( )

@@ -77,0 +77,0 @@ returns true when fgets has no more lines to return

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