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

@devexperts/utils

Package Overview
Dependencies
Maintainers
2
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devexperts/utils - npm Package Compare versions

Comparing version 0.4.2 to 0.5.0

2

lib/collection/Collection.js

@@ -16,3 +16,3 @@ "use strict";

*/
var Collection = (function (_super) {
var Collection = /** @class */ (function (_super) {
tslib_1.__extends(Collection, _super);

@@ -19,0 +19,0 @@ function Collection(items, options) {

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

*/
var Emitter = (function () {
var Emitter = /** @class */ (function () {
function Emitter() {

@@ -9,0 +9,0 @@ this._events = {};

@@ -24,3 +24,3 @@ "use strict";

*/
var Session = (function (_super) {
var Session = /** @class */ (function (_super) {
tslib_1.__extends(Session, _super);

@@ -27,0 +27,0 @@ function Session() {

{
"name": "@devexperts/utils",
"version": "0.4.2",
"version": "0.5.0",
"description": "",

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

"devDependencies": {
"@devexperts/tools": "^0.4.2"
"@devexperts/tools": "^0.5.0"
}
}
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