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

quick-methods

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quick-methods - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

package.json
{
"name": "quick-methods",
"version": "0.0.13",
"version": "0.0.14",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -37,12 +37,17 @@

minimize: true,
minimizer: [new TerserPlugin({
test: /\.min\.js$/i,
terserOptions: {
extractComments: 'all',
compress: {
drop_console: true,
},
}
})],
minimizer: [
new TerserPlugin({
test: /\.min\.js$/i,
cache: true,
parallel: true,
sourceMap: true, // Must be set to true if using source-maps in production
terserOptions: {
extractComments: 'all',
compress: {
drop_console: true,
},
}
})],
},
}
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