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

jest-file-loader

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-file-loader - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

index.js

@@ -15,3 +15,5 @@ const path = require('path');

return `${esModule ? 'export default' : 'module.exports ='} ${exportedPath};`;
return {
code: `${esModule ? 'export default' : 'module.exports ='} ${exportedPath};`
};
}

@@ -24,2 +26,2 @@ }

createTransformer,
};
};
{
"name": "jest-file-loader",
"description": "A jest transformer similar to webpack's file-loader",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",

@@ -6,0 +6,0 @@ "license": "MIT",

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