New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-import-static-files

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-import-static-files - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "babel-plugin-import-static-files",
"version": "1.0.0",
"version": "1.0.1",
"description": "Transforms static files import and copy files to /static folder for next.js applications.",

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

@@ -55,3 +55,3 @@ # babel-plugin-import-static-files

{
"plugins": ["transform-assets-import-to-string"]
"plugins": ["import-static-files"]
}

@@ -64,3 +64,3 @@ ```

[
"transform-assets-import-to-string",
"import-static-files",
{

@@ -79,3 +79,3 @@ "baseDir": "/static",

require("babel-core").transform("code", {
plugins: ["transform-assets-import-to-string"]
plugins: ["import-static-files"]
});

@@ -91,3 +91,3 @@ ```

"plugins": [
["transform-assets-import-to-string", {
["import-static-files", {
"extensions": [".jpg", ".png"]

@@ -94,0 +94,0 @@ }]

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