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.10 to 0.0.11

4

dist/cli.js

@@ -122,3 +122,3 @@ #!/usr/bin/env node

expectedOutput = void 0;
if (fs_1.existsSync(testPath)) {
if (fs_1.existsSync(expectedOutputPath)) {
expectedOutput = fs_1.readFileSync(expectedOutputPath, 'utf-8');

@@ -151,3 +151,3 @@ }

throw "Tests failed for modules:\n" + failedExpectationsDescription + "\n" +
"\nRun 'check-side-effects --test --update' to update the expectations.\n";
"\nTo update the expectations, run this command again with the --update flag.\n";
}

@@ -154,0 +154,0 @@ }

{
"name": "check-side-effects",
"version": "0.0.10",
"version": "0.0.11",
"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