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

cloudkv

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudkv - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

lib/kv.test.js

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

describe('KV', () => {
describe('nutcloud', () => {
describe.skip('nutcloud', () => {
if (!_process.default.env.NUTCLOUD_USERNAME) {

@@ -14,0 +14,0 @@ test.skip('skip test since no NUTCLOUD_USERNAME env set', () => {});

{
"name": "cloudkv",
"version": "0.0.8",
"version": "0.0.9",
"description": "A key-store based on Dropbox cloud storage",

@@ -28,3 +28,3 @@ "main": "./lib/kv.js",

"babel-jest": "^24.9.0",
"cloudrive": "^0.1.3"
"cloudrive": "^0.1.7"
},

@@ -31,0 +31,0 @@ "devDependencies": {

@@ -7,3 +7,3 @@ import process from 'process'

describe('KV', () => {
describe('nutcloud', () => {
describe.skip('nutcloud', () => {
if (!process.env.NUTCLOUD_USERNAME) {

@@ -10,0 +10,0 @@ test.skip('skip test since no NUTCLOUD_USERNAME env set', () => {})

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