Huge News!Announcing our $40M Series B led by Abstract Ventures.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.10 to 1.1.11

2

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

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

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

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

"prettier": "^2.5.1",
"prettier-webpack-plugin": "^1.2.0",
"style-loader": "^3.3.1",

@@ -59,0 +58,0 @@ "terser-webpack-plugin": "^5.3.1",

const HtmlWebpackPlugin = require('html-webpack-plugin');
const path = require('path');
const webpack = require('webpack');
const PrettierPlugin = require("prettier-webpack-plugin");
const TerserPlugin = require('terser-webpack-plugin');

@@ -62,3 +61,2 @@ const getPackageJson = require('./scripts/getPackageJson');

plugins: [
new PrettierPlugin(),
new webpack.BannerPlugin(banner),

@@ -65,0 +63,0 @@ new CopyPlugin({

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