New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

workshopper-adventure

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workshopper-adventure - npm Package Compare versions

Comparing version 5.1.7 to 5.1.8

4

lib/commands/credits.js

@@ -13,3 +13,3 @@ exports.filter = function (shop) {

if (typeof line === 'string') {
var data = /^([^\(<]+)\s*(<([^>]*)>)?\s*(\((https?:\/\/[^\)]+)\))?/.exec(line)
var data = /^([^(<]+)\s*(<([^>]*)>)?\s*(\((https?:\/\/[^)]+)\))?/.exec(line)
line = {

@@ -26,3 +26,3 @@ name: data[1],

if (line.url) {
var github = /^https?:\/\/(www\.)?github\.(com|io)\/([^\)\/]+)/.exec(line.url)
var github = /^https?:\/\/(www\.)?github\.(com|io)\/([^)/]+)/.exec(line.url)
if (github) {

@@ -29,0 +29,0 @@ result.push('@' + github[3])

{
"name": "workshopper-adventure",
"version": "5.1.7",
"version": "5.1.8",
"description": "A terminal workshop runner framework (adventure compatible)",

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

"string-to-stream": "^1.1.0",
"through2": "^2.0.1",
"through2": "^2.0.3",
"workshopper-adventure-storage": "^3.0.0"

@@ -36,3 +36,3 @@ },

"devDependencies": {
"standard": "^8.3.0",
"standard": "^8.6.0",
"workshopper-exercise": "^2.7.0"

@@ -39,0 +39,0 @@ },

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