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

fh-sync

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-sync - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0-RC1

.npmignore

43

package.json
{
"name": "fh-sync",
"version": "0.0.1",
"description": "Placeholder for feedhenry/fh-sync",
"main": "index.js",
"version": "1.0.0-RC1",
"description": "JSON data syncronisation server",
"main": "lib/index.js",
"dependencies": {
"async": "2.1.5",
"backoff": "^2.5.0",
"debug": "2.6.3",
"fh-component-metrics": "2.7.0",
"mongodb": "2.1.18",
"mongodb-lock": "0.4.0",
"mongodb-queue": "2.2.0",
"parse-duration": "0.1.1",
"redis": "^2.6.5",
"underscore": "1.7.0"
},
"devDependencies": {
"jsdoc": "^3.4.3",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-fh-build": "^0.5.0",
"grunt-mocha-test": "^0.13.2",
"istanbul": "0.2.14",
"jshint": "^2.5.2",
"mocha": "2.4.5",
"proxyquire": "1.4.0",
"sinon": "^1.17.5",
"valid-url": "1.0.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"docs": "./node_modules/.bin/jsdoc -d docs/api ./lib",
"pretest": "./scripts/pretest.sh",
"test": "grunt fh:unit mochaTest:integration",
"posttest": "./scripts/posttest.sh"
},
"author": "",
"license": "Apache-2.0"
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git@github.com:feedhenry/fh-sync.git"
}
}
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