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

@bundle-stats/html-templates

Package Overview
Dependencies
Maintainers
1
Versions
515
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bundle-stats/html-templates - npm Package Compare versions

Comparing version 2.0.0-beta.5 to 2.0.0-beta.6

24

package.json
{
"name": "@bundle-stats/html-templates",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"description": "HTML templates for report generation.",

@@ -28,13 +28,13 @@ "main": "dist/index.html",

"devDependencies": {
"@babel/core": "7.8.3",
"@babel/core": "7.8.4",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/preset-env": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/preset-react": "7.8.3",
"@bundle-stats/ui": "^2.0.0-beta.5",
"@bundle-stats/utils": "^2.0.0-beta.5",
"@bundle-stats/ui": "^2.0.0-beta.6",
"@bundle-stats/utils": "^2.0.0-beta.6",
"@moonwalker/orbit-ui": "1.14.10",
"@relative-ci/agent": "1.2.0",
"@storybook/addon-storyshots": "5.3.9",
"@storybook/react": "5.3.9",
"@storybook/addon-storyshots": "5.3.12",
"@storybook/react": "5.3.12",
"autoprefixer": "9.7.4",

@@ -57,6 +57,6 @@ "babel-eslint": "10.0.3",

"eslint-loader": "3.0.3",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-jest": "23.6.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jest": "23.7.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.18.0",
"eslint-plugin-react": "7.18.3",
"html-webpack-inline-source-plugin": "0.0.10",

@@ -69,3 +69,3 @@ "html-webpack-plugin": "3.2.0",

"postcss-loader": "3.0.0",
"preact": "10.2.1",
"preact": "10.3.1",
"prop-types": "15.7.2",

@@ -80,3 +80,3 @@ "react": "16.12.0",

"stylelint-config-standard": "19.0.0",
"terser-webpack-plugin": "2.3.3",
"terser-webpack-plugin": "2.3.4",
"webpack": "4.41.5",

@@ -83,0 +83,0 @@ "webpack-cli": "3.3.10",

@@ -27,2 +27,6 @@ /* global module */

const [CURRENT_JOB, BASELINE_JOB] = JOBS;
const EMPTY_BASELINE = createJobs([
{ webpack: currentData.rawData.webpack },
{ webpack: null },
]);

@@ -57,2 +61,6 @@ const stories = storiesOf('StandaloneApp', module);

stories.add('empty baseline', () => (
<StandaloneApp jobs={EMPTY_BASELINE} />
));
stories.add('multiple baselines', () => (

@@ -59,0 +67,0 @@ <StandaloneApp jobs={MULTIPLE_JOBS} />

Sorry, the diff of this file is not supported yet

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