Socket
Socket
Sign inDemoInstall

@haventech/semotus

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@haventech/semotus - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

.prettierrc

3

HISTORY.md

@@ -0,1 +1,4 @@

## 3.1.0
* Cleaned up a lot of files with better error logging and formatting
* Added server validator function for remote functions. Within the remote decorator add another parameter for `serverValidation`, which takes an async function as a callback whose parameters are the controller and all other argument parameters for the remote function in the order that they are defined in the remote function's definition.
## 3.0.0

@@ -2,0 +5,0 @@ * Moving the targeted npm repository to @havenlife/semotus

21

package.json
{
"_from": "@haventech/semotus@3.0.0",
"_id": "@haventech/semotus@3.0.0",
"_from": "@haventech/semotus@3.1.0",
"_id": "@haventech/semotus@3.1.0",
"_inBundle": false,
"_integrity": "sha512-ej573DraMD5kKHyoytcTsRCJfLNXDLSXLH7Jp0oIXiaQtQJX8g4pztLC0qwVMrVVvNUegsGfeARPPqUX7RUbLw==",
"_integrity": "sha512-Zwt84psOr2pkaXQGb/r930JIkE/dWwyFqe9kZ7RGZ6k+X0r8fEiQMSGND/SWmr7JZCyJhtDyZFQBWpDW8Gr7SA==",
"_location": "/@haventech/semotus",

@@ -11,9 +11,9 @@ "_phantomChildren": {},

"registry": true,
"raw": "@haventech/semotus@3.0.0",
"raw": "@haventech/semotus@3.1.0",
"name": "@haventech/semotus",
"escapedName": "@haventech%2fsemotus",
"scope": "@haventech",
"rawSpec": "3.0.0",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
"fetchSpec": "3.1.0"
},

@@ -24,5 +24,5 @@ "_requiredBy": [

],
"_resolved": "https://registry.npmjs.org/@haventech/semotus/-/semotus-3.0.0.tgz",
"_shasum": "6c159797d74a9cd5a37e99bb5f6f38de74d1697a",
"_spec": "@haventech/semotus@3.0.0",
"_resolved": "https://registry.npmjs.org/@haventech/semotus/-/semotus-3.1.0.tgz",
"_shasum": "25eb235e0e99457043ee633386da30635b3e9a8d",
"_spec": "@haventech/semotus@3.1.0",
"_where": "/Users/mm73779/Desktop/test",

@@ -49,3 +49,2 @@ "bugs": {

"mocha": "5.2.0",
"q": "*",
"sinon": "1.15.x",

@@ -82,3 +81,3 @@ "ts-node": "^6.1.0",

},
"version": "3.0.0"
"version": "3.1.0"
}

Sorry, the diff of this file is too big to display

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