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

@archetype-org/clack

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@archetype-org/clack - npm Package Compare versions

Comparing version

to
0.2.0

7

index.js

@@ -74,3 +74,3 @@ import fs from 'fs'

},
close: async function(argument) {
close: async function() {
python.exit()

@@ -81,4 +81,9 @@ }

function closeClack () {
python.exit()
}
export {
Clack,
closeClack,
primitiveToAtom,

@@ -85,0 +90,0 @@ atomToPrimitive,

8

index.test.js

@@ -20,9 +20,1 @@ import { Clack } from './index.js'

});
test('reviveDesk', async function () {
const clack = Clack({ ship: '../clack-scratchpad/zod' })
const noun = await clack.reviveDesk('%js-created')
expect(noun).toBe('success');
await clack.close()
});
{
"name": "@archetype-org/clack",
"version": "0.1.5",
"version": "0.2.0",
"type": "module",

@@ -5,0 +5,0 @@ "description": "a nodejs library for sending IPC commands to an Urbit ship over Conn.c",