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

@turbox3d/shared

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turbox3d/shared - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

LICENSE

22

lib/common.js

@@ -8,18 +8,18 @@ "use strict";

});
exports.batchRemove = batchRemove;
exports.batchRemoveFromSet = batchRemoveFromSet;
exports.bind = bind;
exports.convert2UniqueString = convert2UniqueString;
exports.hasOwn = exports.dummy = exports.deduplicate = void 0;
exports.includes = includes;
exports.is = is;
exports.isObject = isObject;
exports.isPromise = isPromise;
exports.isPlainObject = isPlainObject;
exports.sortBy = sortBy;
exports.includes = includes;
exports.remove = remove;
exports.batchRemove = batchRemove;
exports.batchRemoveFromSet = batchRemoveFromSet;
exports.isPrimitive = isPrimitive;
exports.convert2UniqueString = convert2UniqueString;
exports.isPromise = isPromise;
exports.loadJSON = loadJSON;
exports.nextTick = nextTick;
exports.is = is;
exports.bind = bind;
exports.remove = remove;
exports.shallowEqual = shallowEqual;
exports.loadJSON = loadJSON;
exports.dummy = exports.hasOwn = exports.deduplicate = void 0;
exports.sortBy = sortBy;

@@ -26,0 +26,0 @@ var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));

@@ -6,4 +6,4 @@ "use strict";

});
exports.canObserve = void 0;
exports.quacksLikeADecorator = quacksLikeADecorator;
exports.canObserve = void 0;

@@ -10,0 +10,0 @@ var _lang = require("./lang");

@@ -6,6 +6,6 @@ "use strict";

});
exports.OBFUSCATED_ERROR = void 0;
exports.fail = fail;
exports.invariant = invariant;
exports.fail = fail;
exports.warn = warn;
exports.OBFUSCATED_ERROR = void 0;
var OBFUSCATED_ERROR = 'An invariant failed, however the error is obfuscated because this is an production build.';

@@ -12,0 +12,0 @@ exports.OBFUSCATED_ERROR = OBFUSCATED_ERROR;

@@ -8,4 +8,4 @@ "use strict";

});
exports.getRelativePositionFromEvent = getRelativePositionFromEvent;
exports.pointInRect = pointInRect;
exports.getRelativePositionFromEvent = getRelativePositionFromEvent;

@@ -12,0 +12,0 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));

@@ -10,5 +10,5 @@ "use strict";

exports.isSupportProxy = isSupportProxy;
exports.isSupportSymbol = isSupportSymbol;
exports.isSymbol = isSymbol;
exports.isSupportSymbol = isSupportSymbol;
exports.stateDecoRegExp = exports.toObjectTypeString = void 0;
exports.toObjectTypeString = exports.stateDecoRegExp = void 0;

@@ -15,0 +15,0 @@ var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));

@@ -8,4 +8,4 @@ "use strict";

});
exports.TaskPriority = void 0;
exports.throttleInAFrame = throttleInAFrame;
exports.TaskPriority = void 0;

@@ -12,0 +12,0 @@ var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));

{
"name": "@turbox3d/shared",
"version": "1.1.0",
"version": "1.1.1",
"description": "turbox shared internal utility",

@@ -64,3 +64,4 @@ "main": "./lib/index.js",

"prepublishOnly": "npm run build:all"
}
},
"gitHead": "8bab9aea3963d03bf57b3d143e05d8c7d02fb8a1"
}
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