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

log-base-n

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

log-base-n - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "log-base-n",
"version": "1.0.0",
"version": "1.0.1",
"description": "Logarithms of any base using the change of base principle",

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

@@ -10,3 +10,3 @@ # log-b

```typescript
import logBase from 'log-b'
import logBase from 'log-base-n'

@@ -19,3 +19,3 @@ logBase(2, 8) // returns 3

```javascript
var logBase = require('log-b').default // this is because it is an ES6 default export
var logBase = require('log-base-n').default // this is because it is an ES6 default export

@@ -22,0 +22,0 @@ logBase(2, 8) // returns 3

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