New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

opentsdb-url

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opentsdb-url - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

12

package.json
{
"name": "opentsdb-url",
"version": "0.0.0",
"version": "0.0.1",
"description": "OpenTSDB HTTP data request URL generator.",

@@ -32,6 +32,3 @@ "author": {

],
"dependencies": {
"opentsdb-mquery": "0.0.0",
"opentsdb-tquery": "0.0.1"
},
"dependencies": {},
"devDependencies": {

@@ -41,3 +38,6 @@ "chai": "1.x.x",

"istanbul": "^0.3.0",
"mocha": "1.x.x"
"mocha": "1.x.x",
"opentsdb-client": "~0.0.1",
"opentsdb-mquery": "0.0.1",
"opentsdb-tquery": "0.0.2"
},

@@ -44,0 +44,0 @@ "licenses": [

@@ -73,4 +73,4 @@ URL

createFactory = require( 'opentsdb-url' ),
start = Date.now(),
end = start + 1000,
end = Date.now(),
start = end - 1000,
client,

@@ -99,3 +99,3 @@ query,

for ( var i = 0; i < 10; i++ ) {
setTimeout( createURL( i*1000 ), 1000 );
setTimeout( createURL( i*1000 ), i*1000 );
}

@@ -102,0 +102,0 @@

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