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.1 to 2.2.0

bin/currents-reset.js

14

CHANGELOG.md
# Changelog
## [2.2.0](https://github.com/currents-dev/cli/compare/v2.1.1...v2.2.0) (2022-10-18)
### Features
* add currents-reset ([40f5b27](https://github.com/currents-dev/cli/commit/40f5b27b59488bf32e128bbfd3ee8044ddbee052))
### [2.1.1](https://github.com/currents-dev/cli/compare/v2.1.0...v2.1.1) (2022-09-07)

@@ -8,4 +15,7 @@

* add currents-prepare bin script ([b6e5ad4](https://github.com/currents-dev/cli/commit/b6e5ad45462969e38d8d448ed78aff91f381503f))
* add `currents-prepare` bin script ([b6e5ad4](https://github.com/currents-dev/cli/commit/b6e5ad45462969e38d8d448ed78aff91f381503f))
* add link to changelog ([260f98e](https://github.com/currents-dev/cli/commit/260f98ea9b6122b8218e4e546286ad100db00bf2))
* upgrade cy2-2.0.1 ([11a85d5](https://github.com/currents-dev/cli/commit/11a85d5eec7012652e3960ac19473630f0687825))
### Dependencies
* upgrade `cy2@2.0.1`

@@ -10,1 +10,5 @@ const { run, patch } = require("cy2");

};
exports.reset = async function () {
await patch("https://api.cypress.io/");
};

5

package.json
{
"name": "@currents/cli",
"version": "2.1.1",
"version": "2.2.0",
"main": "index.js",

@@ -21,3 +21,4 @@ "license": "MIT",

"currents": "bin/currents.js",
"currents-prepare": "bin/currents-prepare.js"
"currents-prepare": "bin/currents-prepare.js",
"currents-reset": "bin/currents-reset.js"
},

@@ -24,0 +25,0 @@ "dependencies": {

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