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

check-side-effects

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-side-effects - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

7

dist/checker.js

@@ -69,2 +69,4 @@ "use strict";

terserConfig = {
module: true,
ecma: 6,
mangle: false,

@@ -86,9 +88,4 @@ output: {

global_defs: globalDefs,
// global_defs: {
// ngDevMode: false,
// },
reduce_vars: true,
reduce_funcs: true,
module: true,
toplevel: true,
evaluate: true,

@@ -95,0 +92,0 @@ dead_code: true,

{
"name": "check-side-effects",
"version": "0.0.4",
"version": "0.0.5",
"description": "Check if a ES module has side effects.",

@@ -5,0 +5,0 @@ "repository": "https://github.com/filipesilva/check-side-effects",

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