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
3
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 4.4.1 to 4.4.2

1

lib/storage.js

@@ -20,2 +20,3 @@ const fs = require('fs')

, save: function save(name, data) {
files[name] = data
mkdirp.sync(dataDir)

@@ -22,0 +23,0 @@ fs.writeFileSync(fileName(name), JSON.stringify(data))

2

package.json
{
"name": "workshopper-adventure",
"version": "4.4.1",
"version": "4.4.2",
"description": "A terminal workshop runner framework (adventure compatible)",

@@ -5,0 +5,0 @@ "main": "./index.js",

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