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.5 to 0.1.6

2

dist/index.amd.js
/*!
* auttarjs v0.1.5
* auttarjs v0.1.6
* (c) Heitor Ramon Ribeiro <heitor.ramon@gmail.com>

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* auttarjs v0.1.5
* auttarjs v0.1.6
* (c) Heitor Ramon Ribeiro <heitor.ramon@gmail.com>

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* auttarjs v0.1.5
* auttarjs v0.1.6
* (c) Heitor Ramon Ribeiro <heitor.ramon@gmail.com>

@@ -4,0 +4,0 @@ * Released under the MIT License.

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

@@ -20,4 +20,9 @@ "private": false,

"license": "MIT",
"main": "index.js",
"jsnext:main": "index.es.js",
"cdn": "dist/index.umd.js",
"main": "dist/index.js",
"types": "types/index.d.ts",
"unpkg": "dist/index.umd.js",
"module": "dist/index.mjs",
"jsdelivr": "dist/index.umd.js",
"umd:main": "dist/index.umd.js",
"babel": {

@@ -24,0 +29,0 @@ "presets": [

@@ -22,6 +22,6 @@

<!-- For UNPKG use the code below. -->
<script src="https://unpkg.com/auttarjs@latest/dist/index.js"></script>
<script src="https://unpkg.com/auttarjs@latest/dist/index.umd.js"></script>
<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/auttarjs@latest/dist/index.js"></script>
<script src="https://cdn.jsdelivr.net/npm/auttarjs@latest/dist/index.umd.js"></script>

@@ -28,0 +28,0 @@ <script>

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