set-component
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -280,3 +280,3 @@ /** | ||
Set.prototype.empty = function(){ | ||
Set.prototype.clear = function(){ | ||
var old = this.vals; | ||
@@ -283,0 +283,0 @@ this.vals = []; |
{ | ||
"name": "set", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "set container", | ||
@@ -5,0 +5,0 @@ "keywords": ["set"], |
@@ -84,3 +84,3 @@ | ||
Set.prototype.empty = function(){ | ||
Set.prototype.clear = function(){ | ||
var old = this.vals; | ||
@@ -87,0 +87,0 @@ this.vals = []; |
{ | ||
"name": "set-component", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Set container", | ||
@@ -5,0 +5,0 @@ "keywords": ["set"], |
@@ -58,3 +58,3 @@ | ||
### Set#empty() | ||
### Set#clear() | ||
@@ -61,0 +61,0 @@ Empty the set and return the old values array. |
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
11027
1