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

fsu

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fsu - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

index.js

@@ -7,3 +7,3 @@ "use strict";

var rx = /(.*)\{([^#\{\}]*)(#+)([^#\{\}]*)\}(.*)/;
var rxFileParts = /(.*)\{([^#\{\}]*)(#+)([^#\{\}]*)\}(.*)/;

@@ -82,3 +82,3 @@ var defaultDirMode = parseInt("0777", 8) & (~process.umask());

var fileParts = rx.exec(fileName);
var fileParts = rxFileParts.exec(fileName);

@@ -85,0 +85,0 @@ if(!fileParts) {

{
"name": "fsu",
"version": "0.2.1",
"description": "Unique file name with streams support",
"license" : "MIT",
"keywords": ["file", "fs", "unique", "counter", "filename", "stream"],
"author": "Alexey Novikov (http://2dubs.com)",
"private": false,
"engines": {
"node": ">0.10.0",
"iojs": ">1.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:velocityzen/fsu.git"
},
"main": "./index"
"name": "fsu",
"version": "0.2.2",
"description": "Unique file name with streams support",
"license": "MIT",
"keywords": [
"file",
"fs",
"unique",
"counter",
"filename",
"stream"
],
"author": "Alexey Novikov (http://2dubs.com)",
"private": false,
"engines": {
"node": ">0.10.0",
"iojs": ">1.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:velocityzen/fsu.git"
},
"main": "./index"
}

@@ -1,2 +0,2 @@

#fsu (fs unique)
# fsu (fs unique)
Unique filenames with streams support

@@ -6,3 +6,3 @@

##Instalation
## Instalation
`npm install fsu`

@@ -9,0 +9,0 @@

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