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

@opentelemetry/core

Package Overview
Dependencies
Maintainers
5
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/core - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

build/src/utils/url.d.ts

9

build/src/common/types.d.ts

@@ -33,1 +33,10 @@ /*!

}
/**
* This interface defines the params that are be added to the wrapped function
* using the "shimmer.wrap"
*/
export interface ShimWrapped {
__wrapped: boolean;
__unwrap: Function;
__original: Function;
}

2

build/src/common/version.d.ts

@@ -16,2 +16,2 @@ /*!

*/
export declare const VERSION = "0.3.0";
export declare const VERSION = "0.3.1";

@@ -19,3 +19,3 @@ "use strict";

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.3.0';
exports.VERSION = '0.3.1';
//# sourceMappingURL=version.js.map

@@ -35,1 +35,3 @@ /*!

export * from './metrics/NoopMeter';
export * from './utils/url';
export * from './utils/wrap';

@@ -40,2 +40,4 @@ "use strict";

__export(require("./metrics/NoopMeter"));
__export(require("./utils/url"));
__export(require("./utils/wrap"));
//# sourceMappingURL=index.js.map
{
"name": "@opentelemetry/core",
"version": "0.3.0",
"version": "0.3.1",
"description": "OpenTelemetry Core provides default and no-op implementations of the OpenTelemetry types for trace and metrics",

@@ -81,5 +81,5 @@ "main": "build/src/index.js",

"dependencies": {
"@opentelemetry/types": "^0.3.0",
"@opentelemetry/types": "^0.3.1",
"semver": "^6.3.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