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

ob1

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ob1 - npm Package Compare versions

Comparing version 0.66.2 to 0.67.0

2

package.json
{
"name": "ob1",
"version": "0.66.2",
"version": "0.67.0",
"description": "A small library for working with 0- and 1-based offsets in a type-checked way.",

@@ -5,0 +5,0 @@ "main": "src/ob1.js",

/**
* Copyright (c) Facebook, Inc. and its affiliates.
* Copyright (c) Meta Platforms, Inc. and affiliates.
*

@@ -13,3 +13,3 @@ * This source code is licensed under the MIT license found in the

const { add, get0, get1, add1, sub1, sub, neg, add0, inc } = require("../ob1");
const { add, add0, add1, get0, get1, inc, neg, sub, sub1 } = require("../ob1");

@@ -60,3 +60,3 @@ const FORTY_TWO_0 = add0(42);

get1(42);
}
},
};
/**
* Copyright (c) Facebook, Inc. and its affiliates.
* Copyright (c) Meta Platforms, Inc. and affiliates.
*

@@ -61,3 +61,3 @@ * This source code is licensed under the MIT license found in the

add0,
inc
inc,
};

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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