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

@therms/web-js

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@therms/web-js - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.3.2](http://bitbucket.org/thermsio/web-js/compare/v1.3.1...v1.3.2) (2021-11-28)
### Bug Fixes
* nfc in getDevice() ([35b0fb0](http://bitbucket.org/thermsio/web-js/commits/35b0fb0e0f2c00a860d93d0e610de70ae8ce0aaa))
## [1.3.1](http://bitbucket.org/thermsio/web-js/compare/v1.3.0...v1.3.1) (2021-11-28)

@@ -2,0 +9,0 @@

1

dist/cjs.js

@@ -351,2 +351,3 @@ 'use strict';

microphone: permissionsState.microphone === 'granted',
nfc: permissionsState.nfc === 'granted',
notifications: permissionsState.notifications === 'granted',

@@ -353,0 +354,0 @@ },

@@ -341,2 +341,3 @@ import Cookie from 'js-cookie';

microphone: permissionsState.microphone === 'granted',
nfc: permissionsState.nfc === 'granted',
notifications: permissionsState.notifications === 'granted',

@@ -343,0 +344,0 @@ },

2

package.json
{
"name": "@therms/web-js",
"version": "1.3.1",
"version": "1.3.2",
"description": "Common web/JS tools & utilities",

@@ -5,0 +5,0 @@ "main": "dist/cjs.js",

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