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

@oozcitak/util

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oozcitak/util - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

lib/IndexedSet.d.ts

2

lib/FixedSizeSet.js

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

get [Symbol.toStringTag]() {
return "Set";
return "FixedSizeSet";
}

@@ -96,0 +96,0 @@ }

@@ -0,5 +1,5 @@

export { IndexedSet } from './IndexedSet';
export { FixedSizeSet } from './FixedSizeSet';
export { ObjectCache } from './ObjectCache';
export { CompareCache } from './CompareCache';
export { StringWalker, SeekOrigin } from './StringWalker';
export { Lazy } from './Lazy';

@@ -6,0 +6,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var IndexedSet_1 = require("./IndexedSet");
exports.IndexedSet = IndexedSet_1.IndexedSet;
var FixedSizeSet_1 = require("./FixedSizeSet");

@@ -9,5 +11,2 @@ exports.FixedSizeSet = FixedSizeSet_1.FixedSizeSet;

exports.CompareCache = CompareCache_1.CompareCache;
var StringWalker_1 = require("./StringWalker");
exports.StringWalker = StringWalker_1.StringWalker;
exports.SeekOrigin = StringWalker_1.SeekOrigin;
var Lazy_1 = require("./Lazy");

@@ -14,0 +13,0 @@ exports.Lazy = Lazy_1.Lazy;

{
"name": "@oozcitak/util",
"version": "4.0.0",
"version": "5.0.0",
"keywords": [

@@ -5,0 +5,0 @@ "util",

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