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

consul

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

consul - npm Package Compare versions

Comparing version 1.2.0 to 2.0.0-next.1

lib/acl.d.ts

6

package.json
{
"name": "consul",
"version": "1.2.0",
"version": "2.0.0-next.1",
"description": "Consul client",
"main": "./lib",
"types": "./lib/index.d.ts",
"files": [

@@ -13,2 +14,4 @@ "./lib"

"devDependencies": {
"@definitelytyped/dtslint": "^0.0.159",
"@types/node": "*",
"async": "^3.2.0",

@@ -29,2 +32,3 @@ "debug": "^4.3.1",

"test": "jshint lib test && prettier -c . && nyc mocha -- --recursive --check-leaks && nyc check-coverage --statements 100 --functions 100 --branches 100 --lines 100",
"types": "dtslint test/types",
"acceptance": "ACCEPTANCE=true nyc mocha -- test/acceptance --recursive --check-leaks --timeout 30000",

@@ -31,0 +35,0 @@ "acceptanceSetupMacOS": "sudo ifconfig lo0 alias 127.0.0.2 up && sudo ifconfig lo0 alias 127.0.0.3 up"

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