Socket
Socket
Sign inDemoInstall

ip-set

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ip-set - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

22

package.json
{
"name": "ip-set",
"description": "Efficient mutable set for IP addresses",
"version": "2.0.0",
"version": "2.0.1",
"author": "Travis Fischer <fisch0920@gmail.com>",
"dependencies": {
"ip": "^1.1.3"
"ip": "^1.1.5"
},
"devDependencies": {
"tape": "^4.6.0"
"standard": "^16.0.2",
"tape": "^5.0.1"
},

@@ -32,17 +33,4 @@ "homepage": "http://webtorrent.io",

"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/9..latest",
"chrome/25..latest",
"firefox/20..latest",
"safari/6..latest",
"opera/15.0..latest"
]
},
"directories": {
"test": "test"
"test": "standard && tape test/*.js"
}
}

@@ -5,4 +5,2 @@ # ip-set [![travis](https://img.shields.io/travis/transitive-bullshit/ip-set.svg)](https://travis-ci.org/transitive-bullshit/ip-set) [![npm](https://img.shields.io/npm/v/ip-set.svg)](https://npmjs.org/package/ip-set)

[![browser support](https://ci.testling.com/transitive-bullshit/ip-set.png)](https://ci.testling.com/transitive-bullshit/ip-set)
Efficient mutable set data structure optimized for use with IPv4 and IPv6 addresses. The primary use case is for working with potentially large IP blacklists.

@@ -34,4 +32,4 @@

```
## todo

@@ -38,0 +36,0 @@ (prioritized highest to lowest)

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