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

@stablelib/int

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stablelib/int - npm Package Compare versions

Comparing version

to
2.0.1

2

int.test.ts

@@ -5,3 +5,3 @@ // Copyright (C) 2016 Dmitry Chestnykh

import { describe, expect, it } from 'vitest';
import { mul, add, sub } from "./int";
import { mul, add, sub } from "./int.js";

@@ -8,0 +8,0 @@ describe("int.mul", () => {

// Copyright (C) 2016 Dmitry Chestnykh
// MIT License. See LICENSE file for details.
import { describe, expect, it } from 'vitest';
import { mul, add, sub } from "./int";
import { mul, add, sub } from "./int.js";
describe("int.mul", () => {

@@ -6,0 +6,0 @@ it("should overflow", () => {

{
"name": "@stablelib/int",
"version": "2.0.0",
"version": "2.0.1",
"description": "Integer number utilities",

@@ -21,3 +21,3 @@ "main": "./lib/int.js",

},
"gitHead": "ecfe9109b3c05419fd3ffc16da6c8255b08ad64f"
"gitHead": "99bee56f6af6211d037c35e3eef749f3c1e84502"
}

Sorry, the diff of this file is not supported yet