New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

syncano-server

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

syncano-server - npm Package Compare versions

Comparing version

to
0.7.2-5

.nyc_output/105372bdcb874a4b517fb43aa2dc27a6.json

9

package.json
{
"name": "syncano-server",
"version": "0.7.2-4",
"version": "0.7.2-5",
"description": "A library to intereact with the Syncano API on a server side",

@@ -19,10 +19,9 @@ "main": "lib/index.js",

"prebuild": "npm run clean",
"report-coverage": "cat ./coverage/lcov.info | codecov",
"unit": "cross-env NODE_ENV=test mocha 'test/unit/**/*.js' --reporter spec --require babel-register",
"test": "npm-run-all --parallel test:unit",
"test": "npm-run-all --parallel test:unit test:e2e",
"test:unit": "cross-env NODE_ENV=test nyc yarn run unit",
"test:e2e": "cross-env NODE_ENV=test nyc yarn run e2e",
"test:coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"lint": "xo src/**/*.js test/**/*.js",
"test:coverage": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov",
"e2e": "mkdir -p e2e-tests/ && cross-env NODE_ENV=test mocha 'test/e2e/*.js' --reporter spec --require babel-register --timeout 30000 --slow 8000",
"test:e2e": "cross-env NODE_ENV=test yarn run e2e",
"watch": "npm-run-all --parallel watch:*",

@@ -29,0 +28,0 @@ "watch:lib": "npm run build:lib -- --watch",