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 2.4.0 to 3.0.0

11

HISTORY.md

@@ -0,1 +1,12 @@

## 3.0.0
* Moving the targeted npm repository to @havenlife/semotus
* Made Supertype a peerDependency, indicating that it is the consuming application's responsibility to install semotus
## 2.5.2
* Fixed a bug where callIfValid still called the remote function if it wasn't valid
## 2.5.1
* only allow on server functions to be called directly from the client
## 2.5.0
* Adding the string of all the changes performed in a server call as parameter in the postServerCall callback
## 2.4.1
* Upgraded to Supertype 3.1.0
## 2.4.0

@@ -2,0 +13,0 @@ * Upgraded to Supertype 3.0.0

2

index.d.ts

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

export {Supertype} from 'supertype';
export {Supertype} from '@haventech/supertype';
export function remote(props?);
export function property(props?: Object);
export function supertypeClass(props?: any);
{
"_from": "@haventech/semotus@2.4.0",
"_id": "@haventech/semotus@2.4.0",
"_from": "@haventech/semotus@3.0.0",
"_id": "@haventech/semotus@3.0.0",
"_inBundle": false,
"_integrity": "sha512-jI9hZZrRf+xWWYNfCkfUacYeKco/2n+W52pzdp2h+YV94VqcXdLv/2WPX8fdYFIms/zjsMOj7VBLlQAJN7TpwA==",
"_integrity": "sha512-ej573DraMD5kKHyoytcTsRCJfLNXDLSXLH7Jp0oIXiaQtQJX8g4pztLC0qwVMrVVvNUegsGfeARPPqUX7RUbLw==",
"_location": "/@haventech/semotus",
"_phantomChildren": {
"@types/reflect-metadata": "0.1.0",
"reflect-metadata": "0.1.13"
},
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@haventech/semotus@2.4.0",
"raw": "@haventech/semotus@3.0.0",
"name": "@haventech/semotus",
"escapedName": "@haventech%2fsemotus",
"scope": "@haventech",
"rawSpec": "2.4.0",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "2.4.0"
"fetchSpec": "3.0.0"
},

@@ -26,5 +23,5 @@ "_requiredBy": [

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

@@ -36,3 +33,2 @@ "bugs": {

"dependencies": {
"@haventech/supertype": "3.0.0",
"q": "1.x"

@@ -43,2 +39,3 @@ },

"devDependencies": {
"@haventech/supertype": "3.3.*",
"@types/bluebird": "*",

@@ -66,2 +63,5 @@ "@types/chai": "^3.4.34",

"optionalDependencies": {},
"peerDependencies": {
"@haventech/supertype": "3.3.*"
},
"repository": {

@@ -83,3 +83,3 @@ "type": "git",

},
"version": "2.4.0"
"version": "3.0.0"
}
[![CircleCI](https://circleci.com/gh/haven-life/semotus.svg?style=shield)](https://circleci.com/gh/haven-life/semotus)
[![npm version](https://badge.fury.io/js/semotus.svg)](https://badge.fury.io/js/semotus)
[![npm version](https://badge.fury.io/js/%40havenlife%2Fsemotus.svg)](https://badge.fury.io/js/%40havenlife%2Fsemotus)

@@ -14,4 +14,1 @@ # Semotus

Semotus is licensed under the MIT license

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