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

osx-temperature-sensor

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

osx-temperature-sensor - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

lib/OSX/smc-read.cc

2

package.json
{
"name": "osx-temperature-sensor",
"version": "1.0.5",
"version": "1.0.6",
"description": "OSX temperature sensor",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -9,7 +9,7 @@ # osx-temperature-sensor

[![deps status][daviddm-img]][daviddm-url]
[![GPL license][license-img]][license-url]
[![MIT license][license-img]][license-url]
## Quick Start
This small library captures CPU temperature on OSX using [SMC][smc-code-url] - all values are in degree Celsius
This small library captures CPU temperature on macOS using [SMC][smc-code-url] - all values are in degree Celsius

@@ -38,2 +38,3 @@ ### Installation

- Version 1.0.6: reverted license to MIT (thanks to Frank Stock)
- Version 1.0.5: changed license to GPL

@@ -63,3 +64,3 @@ - Version 1.0.4: Add compatibility for Node 12 and fix deprecation warnings

This library is supposed to only work on OSX
This library is supposed to only work on macOS

@@ -89,9 +90,7 @@ ## Known Issues

- Massimiliano Marcon [mmarcon](https://github.com/mmarcon) - for his work on [smc-code][smc-code-url]
- Sébastien Lavoie [lavoiesl](https://github.com/lavoiesl) for his work on [osx-cpu-temp][osx-cpu-temp-url] code.
- Yuxin (Ryan) Wang [yxwangcs](https://github.com/yxwangcs) added compatibility for Node 12 and fix deprecation warnings.
- Frank Stock [pcafstockf](https://github.com/pcafstockf) - for his work on [smc-code][smc-code-url]
## Copyright Information
OS X is a registered trademark of Apple Inc., Node.js is a trademark of Joyent Inc.,
OS X aand macOS are registered trademarks of Apple Inc., Node.js is a trademark of Joyent Inc.,
All other trademarks are the property of their respective owners.

@@ -101,23 +100,24 @@

>The [`GPL`][license-url] License (GPL)
>The [`MIT`][license-url] License (MIT)
>
>Copyright © 2017 Sebastian Hildebrandt, [+innovations](http://www.plus-innovations.com).
>Copyright © 2020 Sebastian Hildebrandt, [+innovations](http://www.plus-innovations.com).
>
>for Apple System Management Control (SMC) Tool
>Copyright © 2006 devnull
>Permission is hereby granted, free of charge, to any person obtaining a copy
>of this software and associated documentation files (the "Software"), to deal
>in the Software without restriction, including without limitation the rights
>to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
>copies of the Software, and to permit persons to whom the Software is
>furnished to do so, subject to the following conditions:
>
>The above copyright notice and this permission notice shall be included in
>all copies or substantial portions of the Software.
>
>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
>IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
>FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
>AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
>LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
>OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
>THE SOFTWARE.
>This program is free software: you can redistribute it and/or modify
>it under the terms of the GNU General Public License as published by
>the Free Software Foundation, either version 3 of the License, or
>(at your option) any later version.
>
>This program is distributed in the hope that it will be useful,
>but WITHOUT ANY WARRANTY; without even the implied warranty of
>MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
>GNU General Public License for more details.
>
>You should have received a copy of the GNU General Public License
>along with this program. If not, see <http://www.gnu.org/licenses/>.
>
>Further details see [LICENSE](LICENSE) file.

@@ -132,3 +132,3 @@

[license-url]: https://github.com/sebhildebrandt/osx-temperature-sensor/blob/master/LICENSE
[license-img]: https://img.shields.io/badge/license-GPL-blue.svg?style=flat-square
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
[npmjs-license]: https://img.shields.io/npm/l/osx-temperature-sensor.svg?style=flat-square

@@ -149,3 +149,2 @@ [changelog-url]: https://github.com/sebhildebrandt/osx-temperature-sensor/blob/master/CHANGELOG.md

[smc-code-url]: https://github.com/mmarcon/node-smc
[osx-cpu-temp-url]: https://github.com/lavoiesl/osx-cpu-temp
[smc-code-url]: https://github.com/pcafstockf/osx-temperature-sensor

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