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 1.0.3 to 1.0.4

2

lib/index.d.ts

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

}
export default Base2N;
export { Base2N };

@@ -0,1 +1,4 @@

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

@@ -110,2 +113,3 @@ function Base2N(digits, n, maxNoOfDigits) {

}());
module.exports = Base2N;
exports.Base2N = Base2N;
exports.default = Base2N;

2

package.json
{
"name": "@navpreetdevpuri/base-2-n",
"version": "1.0.3",
"version": "1.0.4",
"description": "To work with base 2^n numbers",

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

@@ -134,2 +134,3 @@ class Base2N {

module.exports = Base2N;
export default Base2N;
export { Base2N };
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