Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

auttarjs

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auttarjs - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

8

dist/package.json
{
"name": "auttarjs",
"version": "0.1.1",
"version": "0.1.2",
"description": "Auttar WebSocket JS Class. An easy implementation of Auttar WebSocket Service.",
"repository": {
"type": "git",
"url": "https://github.com/bloodf/auttar"
"url": "https://github.com/bloodf/auttar-js.git"
},
"keywords": [
"auttar"
"auttar",
"websocket",
"tef"
],

@@ -12,0 +14,0 @@ "author": {

{
"name": "auttarjs",
"version": "0.1.1",
"version": "0.1.2",
"description": "Auttar WebSocket JS Class. An easy implementation of Auttar WebSocket Service.",

@@ -8,6 +8,8 @@ "private": false,

"type": "git",
"url": "https://github.com/bloodf/auttar"
"url": "https://github.com/bloodf/auttar-js.git"
},
"keywords": [
"auttar"
"auttar",
"websocket",
"tef"
],

@@ -14,0 +16,0 @@ "author": {

@@ -13,3 +13,3 @@

```bash
$ npm install auttarjsclass
$ npm install auttarjs
```

@@ -19,3 +19,3 @@

```html
<script src="https://raw.githubusercontent.com/bloodf/auttar/master/dist/index.js"></script>
<script src="https://raw.githubusercontent.com/bloodf/auttar-js/master/dist/index.js"></script>
```

@@ -25,3 +25,3 @@

```JS
import AuttarClass from 'auttarjsclass';
import AuttarClass from 'auttarjs';

@@ -78,3 +78,3 @@ // Inicializando Classe

```JS
import AuttarClass from 'auttarjsclass';
import AuttarClass from 'auttarjs';

@@ -81,0 +81,0 @@ // Inicializando Classe

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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