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

jora-cli

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jora-cli - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 1.5.1 (July 29, 2021)
- Bumped jora-sandbox to 1.3.0
## 1.5.0 (November 12, 2020)

@@ -2,0 +6,0 @@

16

package.json
{
"name": "jora-cli",
"version": "1.5.0",
"version": "1.5.1",
"description": "Command line interface for Jora",

@@ -31,5 +31,5 @@ "keywords": [

"lint-and-test": "npm run lint && npm test",
"coverage": "nyc npm test",
"travis": "nyc npm run lint-and-test && npm run coveralls",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
"coverage": "c8 npm test",
"travis": "c8 npm run lint-and-test && npm run coveralls",
"coveralls": "c8 report --reporter=text-lcov | coveralls"
},

@@ -40,3 +40,3 @@ "dependencies": {

"jora": "1.0.0-beta.5",
"jora-sandbox": "^1.2.1",
"jora-sandbox": "^1.3.0",
"open": "^6.4.0",

@@ -47,6 +47,6 @@ "supports-color": "^7.0.0",

"devDependencies": {
"c8": "^7.7.1",
"coveralls": "^3.0.4",
"eslint": "^6.4.0",
"mocha": "^6.2.3",
"nyc": "^15.1.0"
"eslint": "^7.31.0",
"mocha": "^8.3.2"
},

@@ -53,0 +53,0 @@ "engines": {

@@ -49,4 +49,4 @@ # jora-cli

npm ls --json | jora "
..(dependencies.mapToArray())
.group(<key>, <version>)
..(dependencies.entries().({ name: key, ...value }))
.group(=>name, =>version)
.({ name: key, versions: value })

@@ -53,0 +53,0 @@ .[versions.size() > 1]

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