Socket
Socket
Sign inDemoInstall

@pod-point/activity-bar

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pod-point/activity-bar - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib/activity-bar.js

@@ -21,2 +21,4 @@ 'use strict';

var _podPointSettings = require('@pod-point/settings');
var height = 2;

@@ -40,3 +42,3 @@ var width = 2000;

d: 'M0 1L' + width + ' 1',
stroke: '#8CC63F'
stroke: _podPointSettings.GREEN
});

@@ -43,0 +45,0 @@

{
"name": "@pod-point/activity-bar",
"version": "1.0.0",
"version": "1.0.1",
"description": "Show network activity.",

@@ -18,4 +18,5 @@ "main": "lib/activity-bar.js",

"@pod-point/dom-ops": "0.0.2",
"@pod-point/settings": "^1.0.0",
"popmotion": "^3.4.1"
}
}
import ui from 'popmotion';
import BuildSVG from '@pod-point/build-svg';
import { appendChild, removeChild } from '@pod-point/dom-ops';
import { GREEN } from '@pod-point/settings';

@@ -23,3 +24,3 @@ const height = 2;

d: `M0 1L${width} 1`,
stroke: '#8CC63F'
stroke: GREEN
});

@@ -26,0 +27,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