Compare commits

...

2 Commits

Author SHA1 Message Date
fc6227ef96 1.1.21 2019-01-30 03:15:22 +01:00
873aba3e0b fix(snyk): add .snyk file 2019-01-30 03:15:21 +01:00
3 changed files with 6 additions and 2 deletions

4
.snyk Normal file
View File

@ -0,0 +1,4 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.3
ignore: {}
patch: {}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "smartsocket",
"version": "1.1.20",
"version": "1.1.21",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "smartsocket",
"version": "1.1.20",
"version": "1.1.21",
"description": "easy and secure websocket communication, TypeScript ready",
"main": "dist/index.js",
"typings": "dist/index.d.ts",