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.1.0

6

CHANGELOG.md

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

#### [v0.1.0](https://github.com/bas080/sendscript/compare/v0.0.4...v0.1.0)
- Allow nesting arrays, calls and args [`48e5804`](https://github.com/bas080/sendscript/commit/48e5804891db0ee0ed8c274f20f81d49d6609a54)
#### [v0.0.4](https://github.com/bas080/sendscript/compare/v0.0.3...v0.0.4)
> 6 October 2023
- Add keywords to package.json [`e24d77b`](https://github.com/bas080/sendscript/commit/e24d77b14e67399cedc085294fbef3024a060087)

@@ -11,0 +17,0 @@ - Add .tap to gitignore [`d0abbca`](https://github.com/bas080/sendscript/commit/d0abbcaafab8b915449118b3d2926ca7ff8dc133)

4

package.json
{
"name": "sendscript",
"version": "0.0.4",
"version": "0.1.0",
"description": "Blur the line between server and client code.",

@@ -26,3 +26,3 @@ "module": true,

"devDependencies": {
"tap": "^18.4.3"
"tap": "^18.5.2"
},

@@ -29,0 +29,0 @@ "dependencies": {

@@ -197,7 +197,7 @@ # SendScript

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

@@ -207,6 +207,6 @@

=============================== Coverage summary ===============================
Statements : 100% ( 139/139 )
Branches : 100% ( 47/47 )
Functions : 100% ( 12/12 )
Lines : 100% ( 139/139 )
Statements : 100% ( 92/92 )
Branches : 100% ( 30/30 )
Functions : 100% ( 10/10 )
Lines : 100% ( 92/92 )
================================================================================

@@ -213,0 +213,0 @@ ```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet