Socket
Socket
Sign inDemoInstall

giraffe

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

giraffe - npm Package Compare versions

Comparing version 0.0.0 to 1.1.0

.npmignore

47

package.json
{
"name": "giraffe",
"version": "0.0.0",
"description": "A JavaScript library for the imgur API",
"main": "index.js",
"version": "1.1.0",
"description": "Lightweight Graph DB implementation",
"main": "dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"prepublish": "rollup -c && MIN=true rollup -c",
"build": "rollup -c",
"pretest": "eslint src/",
"test": "mocha --compilers js:babel-register --recursive src/",
"test:watch": "npm run test -- --watch --reporter min"
},
"author": "Zach Pomerantz <zmp@umich.edu> (http://garabagne.io/)",
"license": "MIT"
"repository": {
"type": "git",
"url": "git+https://github.com/tbremer/Giraffe.git"
},
"keywords": [
"graph",
"database"
],
"author": "Tom Bremer <tom@tbremer.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tbremer/Giraffe/issues"
},
"homepage": "https://github.com/tbremer/Giraffe#readme",
"pre-commit": [
"test"
],
"devDependencies": {
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-register": "^6.18.0",
"eslint": "^3.12.2",
"eslint-config-tbremer": "^1.2.1",
"expect": "^1.20.2",
"mocha": "^3.2.0",
"pre-commit": "^1.2.2",
"rollup": "^0.38.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-uglify": "^1.0.1",
"rollup-watch": "^2.5.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