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

@currents/cli

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@currents/cli - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

CHANGELOG.md

1

bin/currents-prepare.js
#!/usr/bin/env node
const lib = require("../");

@@ -3,0 +4,0 @@

{
"name": "@currents/cli",
"version": "2.1.0",
"version": "2.1.1",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Currents",
"email": "andrew@currents.dev"
},
"scripts": {
"build": "echo \"built!\"",
"release": "release-it",
"clean": "rimraf dist"
},
"repository": {

@@ -23,3 +32,29 @@ "type": "git",

"sorry-cypress"
]
],
"release-it": {
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"header": "# Changelog",
"preset": {
"name": "conventionalcommits"
},
"infile": "CHANGELOG.md"
}
},
"hooks": {
"before:init": "run-s clean build"
}
},
"devDependencies": {
"@release-it/conventional-changelog": "^5.1.0",
"npm-run-all": "^4.1.5",
"release-it": "^15.4.1",
"rimraf": "^3.0.2"
}
}

@@ -13,1 +13,5 @@ [Currents.dev](https://currents.dev/?utm_source=currents_cli) - is a drop-in replacement for Cypress Dashboard. Run millions of Cypress tests in parallel without breaking the bank.

```
# Changelog
https://github.com/currents-dev/cli/blob/main/CHANGELOG.md
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