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

econ

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

econ - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

lib/tests/swaps.d.ts

3

lib/basic/EventDispatcher.d.ts

@@ -5,2 +5,5 @@ import * as std from "tstl";

export declare class EventDispatcher<T, SourceT extends std.base.Container<T, SourceT, IteratorT, ReverseT>, IteratorT extends std.base.Iterator<T, SourceT, IteratorT, ReverseT>, ReverseT extends std.base.ReverseIterator<T, SourceT, IteratorT, ReverseT>> implements IEventDispatcher<T, SourceT, IteratorT, ReverseT> {
/**
* @hidden
*/
private listeners_;

@@ -7,0 +10,0 @@ constructor();

@@ -58,2 +58,4 @@ "use strict";

}
else if (task[0] == "set")
it.value = task[2];
else {

@@ -83,2 +85,3 @@ var last = std.advance(container.begin(), task[2]);

["insert", 9, 50],
["set", 15, 4],
["refresh", 27, 63],

@@ -88,2 +91,3 @@ ["erase", 50, 110],

["insert", 3, 4],
["set", 210, 1],
["erase", 40, 100],

@@ -90,0 +94,0 @@ ["refresh", 0, 50] // 219

4

package.json

@@ -9,3 +9,3 @@ {

},
"version": "0.0.2",
"version": "0.0.3",
"main": "lib/index.js",

@@ -18,3 +18,3 @@ "typings": "lib/index.d.ts",

"dependencies": {
"tstl": ">= 1.7.5"
"tstl": ">= 1.7.6"
},

@@ -21,0 +21,0 @@ "homepage": "https://github.com/samchon/econ",

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