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.1 to 0.0.2

LICENSE

1

getopt.js
module.exports = require('./lib/getopt').getopt;
module.exports.getopt = require('./lib/getopt').getopt;
module.exports.nextopt = require('./lib/getopt').nextopt;

@@ -8,2 +8,5 @@ /**

*
* Copyright (C) 2014 Andras Radics
* Licensed under the Apache License, Version 2.0
*
* 2014-09-23 - AR.

@@ -10,0 +13,0 @@ */

2

package.json
{
"name": "arlib",
"version": "0.0.1",
"version": "0.0.2",
"description": "Andras' Utility Functions",

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

@@ -1,3 +0,8 @@

getopt = require('../lib/getopt').getopt;
/**
* Copyright (C) 2014 Andras Radics
* Licensed under the Apache License, Version 2.0
*/
getopt = require('../getopt').getopt;
module.exports = {

@@ -4,0 +9,0 @@ 'should return option': function(t) {

@@ -0,1 +1,6 @@

/**
* Copyright (C) 2014 Andras Radics
* Licensed under the Apache License, Version 2.0
*/
fs = require('fs');

@@ -2,0 +7,0 @@ tempnam = require('../tempnam');

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