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

@navpreetdevpuri/base-2-n

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@navpreetdevpuri/base-2-n - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

1

lib/1.js

@@ -1,2 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -3,0 +2,0 @@ exports.multiply = void 0;

@@ -14,2 +14,1 @@ declare class Base2N {

}
export default Base2N;

4

lib/index.js

@@ -1,3 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Base2N = /** @class */ (function () {

@@ -105,2 +103,2 @@ function Base2N(digits, n, maxNoOfDigits) {

}());
exports.default = Base2N;
module.exports = Base2N;
{
"name": "@navpreetdevpuri/base-2-n",
"version": "0.0.6",
"version": "0.0.7",
"description": "To work with base 2^n numbers",

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

@@ -129,2 +129,2 @@ class Base2N {

export default Base2N;
module.exports = Base2N;

@@ -11,3 +11,2 @@ {

"forceConsistentCasingInFileNames": true, /* Disallow inconsistently */
"strict": false
},

@@ -14,0 +13,0 @@ "include": [

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