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

@instana/core

Package Overview
Dependencies
Maintainers
3
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/core - npm Package Compare versions

Comparing version 1.100.0 to 1.100.1

4

package.json
{
"name": "@instana/core",
"version": "1.100.0",
"version": "1.100.1",
"description": "Core library for Instana's Node.js packages",

@@ -136,3 +136,3 @@ "main": "src/index.js",

},
"gitHead": "1a54f812656ede085d91e47e2411957abe04ce06"
"gitHead": "7e74ef6ffb06e32224c0f8c5cb2eb2e379aca247"
}

@@ -12,3 +12,15 @@ 'use strict';

var commands = ['delete', 'find', 'findAndModify', 'getMore', 'insert', 'update'];
var commands = [
//
'count',
'delete',
'distinct',
'find',
'findAndModify',
'findandmodify',
'getMore',
'getmore',
'insert',
'update'
];

@@ -45,3 +57,3 @@ exports.init = function() {

// pool.js#write throws a sync error if there is no callback, so we can safely assume there is one. If there no
// pool.js#write throws a sync error if there is no callback, so we can safely assume there is one. If there was no
// callback, we wouldn't be able to finish the span, so we won't start one.

@@ -48,0 +60,0 @@ var originalCallback;

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