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

web2blob

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web2blob - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.travis.yml

1

.eslintrc.js

@@ -6,2 +6,3 @@ module.exports = {

env: {
jest: true,
node: true

@@ -8,0 +9,0 @@ },

8

package.json
{
"name": "web2blob",
"version": "0.0.1",
"version": "0.0.2",
"description":

@@ -16,9 +16,9 @@ "Upload all your web assets to Azure Blob Storage with a simple command!",

"devDependencies": {
"eslint": "4.19.1"
"eslint": "^4.19.1",
"jest": "^22.4.3"
},
"scripts": {
"lint": "eslint bin lib",
"postinstall": "node checkVersion.js",
"start": "node ./bin/web2blob.js",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest"
},

@@ -25,0 +25,0 @@ "repository": {

@@ -17,4 +17,14 @@ # web2blob

Still not available in NPM. Coming soon!
As a CLI tool
```console
npm install -g web2blob
```
As a library
```console
npm install --save-dev web2blob
```
## CLI

@@ -21,0 +31,0 @@

Sorry, the diff of this file is not supported yet

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