You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

sendscript

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sendscript - npm Package Compare versions

Comparing version

to
0.0.4

7

CHANGELOG.md

@@ -7,4 +7,11 @@ ### Changelog

#### [v0.0.4](https://github.com/bas080/sendscript/compare/v0.0.3...v0.0.4)
- Add keywords to package.json [`e24d77b`](https://github.com/bas080/sendscript/commit/e24d77b14e67399cedc085294fbef3024a060087)
- Add .tap to gitignore [`d0abbca`](https://github.com/bas080/sendscript/commit/d0abbcaafab8b915449118b3d2926ca7ff8dc133)
#### [v0.0.3](https://github.com/bas080/sendscript/compare/v0.0.2...v0.0.3)
> 6 October 2023
- Update tap from version 16 to 18 [`465c933`](https://github.com/bas080/sendscript/commit/465c93391097018ee010b51a64ca51d6872b49f1)

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

9

package.json
{
"name": "sendscript",
"version": "0.0.3",
"version": "0.0.4",
"description": "Blur the line between server and client code.",
"module": true,
"main": "index.mjs",
"keywords": [
"rpc",
"json",
"dsl",
"lisp",
"program"
],
"repository": {

@@ -8,0 +15,0 @@ "type": "git",

12

README.md

@@ -10,6 +10,2 @@ # SendScript

> SendScript leaves it up to you to choose HTTP, web-sockets or any other
> method of communication between servers and clients that best fits your
> needs.
<!-- toc -->

@@ -32,2 +28,6 @@

SendScript leaves it up to you to choose HTTP, web-sockets or any other
method of communication between servers and clients that best fits your
needs.
## Socket example

@@ -199,7 +199,7 @@

> sendscript@0.0.3 test
> sendscript@0.0.4 test
> tap -R silent
> sendscript@0.0.3 test
> sendscript@0.0.4 test
> tap report text-summary

@@ -206,0 +206,0 @@

Sorry, the diff of this file is not supported yet