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

atanh

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atanh - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

index.js
'use strict';
module.exports = Math.atanh || function (x) {
return Math.log((1+x) / (1-x)) / 2;
return Math.log((1 + x) / (1 - x)) / 2;
};
{
"name": "atanh",
"version": "1.0.0",
"version": "1.0.1",
"description": "A ponyfill for ES6 Math.atanh",

@@ -27,8 +27,10 @@ "license": "MIT",

"tanh",
"atanh"
"atanh",
"shim"
],
"dependencies": {},
"devDependencies": {
"ava": "^0.0.4"
"ava": "^0.0.4",
"require-uncached": "^1.0.2"
}
}
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