New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github-starcounter

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-starcounter - npm Package Compare versions

Comparing version 1.1.9 to 1.1.10

2

build/index.js
/*!
*
* github-starcounter v1.1.9
* github-starcounter v1.1.10
* https://github.com/DevUnltd/github-starcounter

@@ -5,0 +5,0 @@ *

{
"name": "github-starcounter",
"version": "1.1.9",
"version": "1.1.10",
"description": "Give a shout-out to your Stargazers and proudly display their support",

@@ -49,2 +49,3 @@ "main": "build/index.js",

"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"eslint": "^7.32.0",

@@ -55,3 +56,2 @@ "file-loader": "^6.2.0",

"mini-css-extract-plugin": "^2.5.3",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"prettier": "^2.5.1",

@@ -58,0 +58,0 @@ "prettier-webpack-plugin": "^1.2.0",

@@ -7,3 +7,3 @@ const HtmlWebpackPlugin = require('html-webpack-plugin');

const getPackageJson = require('./scripts/getPackageJson');
const OptimizeCSSAssetsPlugin = require("optimize-css-assets-webpack-plugin");
const CssMinimizerPlugin = require("css-minimizer-webpack-plugin");
const CopyPlugin = require("copy-webpack-plugin");

@@ -44,9 +44,3 @@

new TerserPlugin({ extractComments: false }),
new OptimizeCSSAssetsPlugin({
cssProcessorOptions: {
map: {
inline: false
}
}
})
new CssMinimizerPlugin()
],

@@ -53,0 +47,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