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.6 to 0.0.7

a

12

package.json
{
"name": "cloudkv",
"version": "0.0.6",
"version": "0.0.7",
"description": "A key-store based on Dropbox cloud storage",
"main": "./src/kv.js",
"main": "./lib/kv.js",
"scripts": {
"test": "jest",
"lint": "eslint ./src"
"lint": "eslint ./src",
"build": "babel src -d lib",
"prepublish": "npm run build"
},

@@ -29,2 +31,5 @@ "repository": {

"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.6.3",
"eslint": "^6.8.0",

@@ -37,3 +42,2 @@ "eslint-config-airbnb": "^9.0.1",

"eslint-plugin-react": "^5.1.1",
"@babel/preset-env": "^7.6.3",
"jest": "^24.9.0"

@@ -40,0 +44,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