You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@eris/image-cli

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eris/image-cli - npm Package Compare versions

Comparing version

to
0.3.1-alpha.10

jest.config.js

26

package.json
{
"name": "@eris/image-cli",
"version": "0.3.1-alpha.9",
"version": "0.3.1-alpha.10",
"description": "CLI wrapper and standalone executable API for @eris/image.",

@@ -14,6 +14,5 @@ "main": "./dist/lib/client.js",

"test": "npm run test:lint && npm run test:unit",
"test:unit": "mocha --reporter spec --timeout 4000 'test/**/*.test.js'",
"test:unit": "jest",
"test:lint": "lint",
"test:coverage": "nyc npm run test:unit",
"test:watch": "mocha --watch --reporter dot 'test/**/*.test.js'"
"test:watch": "jest --watch"
},

@@ -35,18 +34,11 @@ "publishConfig": {

"assets": [
"presets/*.json"
"presets/*.json",
"../../node_modules/@eris/image/data/models/*"
]
},
"devDependencies": {
"@eris/exif": "0.3.1-alpha.9",
"@eris/image": "0.3.1-alpha.9",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"cz-conventional-changelog": "^2.0.0",
"@eris/exif": "0.3.1-alpha.10",
"@eris/image": "0.3.1-alpha.10",
"execa": "^0.8.0",
"mocha": "^4.0.1",
"nyc": "^11.2.1",
"pkg": "^4.3.7",
"semantic-release": "^8.0.3",
"sinon": "^4.0.1",
"sinon-chai": "^2.14.0"
"pkg": "^4.3.7"
},

@@ -56,3 +48,3 @@ "dependencies": {

},
"gitHead": "e2d64d60a7d47afc31f318140b91c8f33243a179"
"gitHead": "2693898ea0eb80f21d25bfec8863df5ff5e4768c"
}

Sorry, the diff of this file is not supported yet