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

@bfly/utils

Package Overview
Dependencies
Maintainers
32
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfly/utils - npm Package Compare versions

Comparing version 4.9.2 to 4.10.0

2

cjs/codecs.js
"use strict";
exports.__esModule = true;
exports.isUuid = isUuid;
exports.decodeHandle = decodeHandle;
exports.encodeHandle = encodeHandle;
exports.isUuid = isUuid;

@@ -8,0 +8,0 @@ var _uuid = require("uuid");

"use strict";
exports.__esModule = true;
exports.DEFAULT = void 0;
exports.default = getClosestLocale;
exports.DEFAULT = void 0;

@@ -7,0 +7,0 @@ var _canUseDOM = _interopRequireDefault(require("dom-helpers/canUseDOM"));

"use strict";
exports.__esModule = true;
exports.RAD_90 = exports.RAD_45 = exports.RAD_360 = exports.RAD_180 = exports.RAD2DEG = exports.DEG2RAD = void 0;
exports.clamp = clamp;
exports.distanceBetweenPoints = distanceBetweenPoints;

@@ -10,4 +12,2 @@ exports.lineMidpoint = lineMidpoint;

exports.rotationFromPoint = rotationFromPoint;
exports.clamp = clamp;
exports.RAD_45 = exports.RAD_90 = exports.RAD_180 = exports.RAD_360 = exports.RAD2DEG = exports.DEG2RAD = void 0;
const DEG2RAD = Math.PI / 180;

@@ -14,0 +14,0 @@ exports.DEG2RAD = DEG2RAD;

{
"name": "@bfly/utils",
"version": "4.9.2",
"version": "4.10.0",
"license": "UNLICENSED",

@@ -15,3 +15,3 @@ "author": "Butterfly Network",

"dependencies": {
"@types/relay-runtime": "^11.0.2",
"@types/relay-runtime": "^12.0.0",
"@types/segment-analytics": "^0.0.34",

@@ -35,3 +35,3 @@ "@types/uuid": "^8.3.1",

},
"gitHead": "a58ecfd74046485f876a1bdbc9464990b2ed22e1"
"gitHead": "e576b120be8120cd085ea7d6dd1ac83106353813"
}
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