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

zipkin

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zipkin - npm Package Compare versions

Comparing version 0.19.0 to 0.20.0-alpha.0

4

package.json
{
"name": "zipkin",
"version": "0.19.0",
"version": "0.20.0-alpha.0+bb2ddab",
"description": "The core tracer for Zipkin JS",

@@ -23,3 +23,3 @@ "main": "lib/index.js",

},
"gitHead": "579e12b642b7e0b486dd2b78193ec0a798e82a7a"
"gitHead": "bb2ddab5746ee62a3d6a8c0adc53fb58de852fed"
}

@@ -8,2 +8,3 @@ import babel from 'rollup-plugin-babel';

import builtins from 'rollup-plugin-node-builtins';
import del from 'rollup-plugin-delete';

@@ -26,3 +27,3 @@ const basePlugins = [

output: {file: 'lib/index.js', format: 'cjs'},
plugins: basePlugins,
plugins: basePlugins.concat([del({targets: 'lib/*'})]),
external,

@@ -35,3 +36,3 @@ },

output: {file: 'es/index.js', format: 'es'},
plugins: basePlugins,
plugins: basePlugins.concat([del({targets: 'es/*'})]),
external,

@@ -54,2 +55,3 @@ },

builtins(),
del({targets: 'dist/*'})
]),

@@ -56,0 +58,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