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

@dword-design/ci

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dword-design/ci - npm Package Compare versions

Comparing version 1.1.3 to 2.0.0

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# [2.0.0](https://github.com/dword-design/ci/compare/v1.1.3...v2.0.0) (2021-03-11)
### Features
* remove coveralls ([7bf0e48](https://github.com/dword-design/ci/commit/7bf0e4894d1a2516adba7febc116825f6278640d))
### BREAKING CHANGES
* remove coveralls
## [1.1.3](https://github.com/dword-design/ci/compare/v1.1.2...v1.1.3) (2021-02-17)

@@ -2,0 +14,0 @@

20

dist/cli.js

@@ -12,4 +12,2 @@ #!/usr/bin/env node

var _depcheckPackageName = _interopRequireDefault(require("depcheck-package-name"));
var _execa = _interopRequireDefault(require("execa"));

@@ -19,4 +17,2 @@

var _safeReadfile = require("safe-readfile");
var _releasedFiles = _interopRequireDefault(require("./released-files.json"));

@@ -56,18 +52,2 @@

name: 'push-changed-files [remoteUrl]'
}, {
// coverallsapp/github-action does not wirk with empty lcov.info files
handler: async () => {
const content = (0, _safeReadfile.readFileSync)('./coverage/lcov.info', 'utf8') || '';
if (content !== '') {
const childProcess = _execa.default.command(`yarn ${(0, _depcheckPackageName.default)`coveralls`}`, {
stdio: ['pipe', 'inherit', 'inherit']
});
childProcess.stdin.write(content);
childProcess.stdin.end();
await childProcess;
}
},
name: 'coveralls'
}], (0, _map.default)(command => ({ ...command,

@@ -74,0 +54,0 @@ handler: async (...args) => {

7

package.json
{
"name": "@dword-design/ci",
"version": "1.1.3",
"version": "2.0.0",
"description": "",

@@ -26,7 +26,4 @@ "repository": "dword-design/ci",

"@dword-design/functions": "^2.7.2",
"coveralls": "^3.1.0",
"depcheck-package-name": "^1.0.0",
"execa": "^5.0.0",
"make-cli": "^1.0.16",
"safe-readfile": "^1.0.2"
"make-cli": "^1.0.16"
},

@@ -33,0 +30,0 @@ "devDependencies": {

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