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

set-component

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

set-component - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

build/build.js

@@ -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.

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