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 0.7.2-1 to 0.7.2-2

.nyc_output/2155b422f9fc441a9a91f40795a8ac85.json

6

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

@@ -20,3 +20,3 @@ "main": "lib/index.js",

"report-coverage": "cat ./coverage/lcov.info | codecov",
"unit": "cross-env NODE_ENV=test mocha 'test/**/*.js' --reporter spec --require babel-register",
"unit": "cross-env NODE_ENV=test mocha 'test/unit/**/*.js' --reporter spec --require babel-register",
"test": "npm-run-all --parallel test:unit",

@@ -26,2 +26,4 @@ "test:unit": "cross-env NODE_ENV=test nyc yarn run unit",

"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:*",

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

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