New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@syncot/anonymous-auth-service

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncot/anonymous-auth-service - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.11](https://github.com/SyncOT/SyncOT/compare/@syncot/anonymous-auth-service@0.0.10...@syncot/anonymous-auth-service@0.0.11) (2019-12-04)
**Note:** Version bump only for package @syncot/anonymous-auth-service
## [0.0.10](https://github.com/SyncOT/SyncOT/compare/@syncot/anonymous-auth-service@0.0.9...@syncot/anonymous-auth-service@0.0.10) (2019-11-29)

@@ -8,0 +16,0 @@

4

lib/service.js

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

import { assert, generateId, SyncOtEmitter } from '@syncot/util';
import { SyncOtEmitter } from '@syncot/events';
import { generateId } from '@syncot/id';
import { assert } from '@syncot/util';
/**

@@ -3,0 +5,0 @@ * Creates a new AuthService which allows full anonymous access.

{
"name": "@syncot/anonymous-auth-service",
"version": "0.0.10",
"version": "0.0.11",
"description": "A server auth module providing anonymous read-write access to all data.",

@@ -31,9 +31,10 @@ "keywords": [

"dependencies": {
"@syncot/auth": "^0.0.21",
"@syncot/connection": "^0.1.2",
"@syncot/presence": "^0.0.19",
"@syncot/util": "^0.1.1",
"@syncot/auth": "^0.0.22",
"@syncot/connection": "^0.1.3",
"@syncot/events": "^0.1.0",
"@syncot/id": "^0.1.0",
"@syncot/util": "^1.0.0",
"tslib": "^1.9.3"
},
"gitHead": "bd58370fcc52c67d0e8508170266ea7d66341c54"
"gitHead": "826d566f85342309a513529839aca7a5aeb5815e"
}
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