Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@freestyle-sh/with-ruby

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freestyle-sh/with-ruby - npm Package Compare versions

Comparing version
0.2.9
to
0.2.10
+1
-1
dist/index.d.ts

@@ -1,2 +0,2 @@

import { VmWith, VmWithInstance, VmSpec } from 'freestyle-sandboxes';
import { VmWith, VmWithInstance, VmSpec } from 'freestyle';
import { VmRunCodeInstance, JSONValue, RunCodeResponse, VmRunCode } from '@freestyle-sh/with-type-run-code';

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

@@ -1,2 +0,2 @@

import { VmWith, VmSpec, VmWithInstance } from 'freestyle-sandboxes';
import { VmWith, VmSpec, VmWithInstance } from 'freestyle';

@@ -3,0 +3,0 @@ class VmRuby extends VmWith {

{
"name": "@freestyle-sh/with-ruby",
"version": "0.2.9",
"version": "0.2.10",
"packageManager": "pnpm@10.11.0",
"private": false,
"dependencies": {
"freestyle-sandboxes": "^0.1.28",
"@freestyle-sh/with-type-run-code": "^0.2.9"
"freestyle": "^0.1.46",
"@freestyle-sh/with-type-run-code": "workspace:^"
},

@@ -23,4 +24,5 @@ "type": "module",

"scripts": {
"build": "pkgroll"
"build": "pkgroll",
"prepublishOnly": "pnpm run build"
}
}
}

@@ -8,3 +8,3 @@ # @freestyle-sh/with-ruby

```bash
npm install @freestyle-sh/with-ruby freestyle-sandboxes
npm install @freestyle-sh/with-ruby freestyle
```

@@ -15,3 +15,3 @@

```typescript
import { freestyle } from "freestyle-sandboxes";
import { freestyle } from "freestyle";
import { VmRuby } from "@freestyle-sh/with-ruby";

@@ -18,0 +18,0 @@