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

@dr.pogodin/babel-plugin-transform-assets

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dr.pogodin/babel-plugin-transform-assets - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

6

LICENSE.md

@@ -1,5 +0,5 @@

The MIT License (MIT)
# The MIT License (MIT)
Copyright (c) 2020 Dr. Sergey Pogodin <doc@pogodin.studio> (https://dr.pogodin.studio) \
Copyright (c) 2015-2016 Jake Murzy
Copyright &copy; 2020&ndash;2022 Dr. Sergey Pogodin <doc@pogodin.studio> (https://dr.pogodin.studio) \
Copyright &copy; 2015&ndash;2016 Jake Murzy

@@ -6,0 +6,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@dr.pogodin/babel-plugin-transform-assets",
"version": "1.2.0",
"version": "1.2.1",
"description": "Transforms importing of asset files at compile time using Babel",

@@ -8,3 +8,3 @@ "main": "build/index.js",

"license": "MIT",
"homepage": "https://dr.pogodin.studio",
"homepage": "https://dr.pogodin.studio/docs/babel-plugin-transform-assets",
"keywords": [

@@ -24,8 +24,2 @@ "babel",

],
"contributors": [
{
"name": "Jake Murzy",
"email": "jake@murzy"
}
],
"engines": {

@@ -40,6 +34,3 @@ "node": ">=6.0.0"

},
"repository": {
"type": "git",
"url": "https://github.com/birdofpreyru/babel-plugin-transform-assets.git"
},
"repository": "github:birdofpreyru/babel-plugin-transform-assets",
"bugs": {

@@ -53,8 +44,8 @@ "url": "https://github.com/birdofpreyru/babel-plugin-transform-assets/issues"

"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9",
"babel-eslint": "^10.1.0",
"chai": "^4.3.6",
"eslint": "^8.25.0",
"chai": "^4.3.7",
"eslint": "^8.27.0",
"eslint-config-airbnb-base": "^15.0.0",

@@ -61,0 +52,0 @@ "eslint-plugin-import": "^2.26.0",

# Babel Plugin Transform Assets
_This is a fork of [`babel-plugin-transform-assets`](https://www.npmjs.com/package/babel-plugin-transform-assets) upgraded to be compatible with the latest Webpack's `file-loder`, and to use the latest versions of all dependencies. For migration just prefix the plugin name with `@dr.pogodin/` scopename in your `package.json` and Babel configs._
[![Latest NPM Release](https://img.shields.io/npm/v/@dr.pogodin/babel-plugin-transform-assets.svg)](https://www.npmjs.com/package/@dr.pogodin/babel-plugin-transform-assets)
[![NPM Downloads](https://img.shields.io/npm/dm/@dr.pogodin/babel-plugin-transform-assets.svg)](https://www.npmjs.com/package/@dr.pogodin/babel-plugin-transform-assets)
[![GitHub Repo stars](https://img.shields.io/github/stars/birdofpreyru/babel-plugin-transform-assets?style=social)](https://github.com/birdofpreyru/babel-plugin-transform-assets)
Transforms importing of asset files at compile time using Babel. This plugin removes the need to run your server code through [Webpack](https://github.com/webpack/webpack) module bundler when using loaders such as file-loader, url-loader and building <s>isomorphic</s> universal apps. Aids in creating a cleaner, maintainable build process at the cost of yet another [Babel](https://github.com/babel/babel) [plugin](https://babeljs.io/docs/plugins/).
[![Sponsor](.README/sponsor.png)](https://github.com/sponsors/birdofpreyru)
---
_This is a fork of [`babel-plugin-transform-assets`](https://www.npmjs.com/package/babel-plugin-transform-assets) upgraded to be compatible with the latest Webpack's `file-loder`, and to use the latest versions of all dependencies. For migration just prefix the plugin name with `@dr.pogodin/` scopename in your `package.json` and Babel configs._
---
## Example

@@ -63,5 +72,1 @@

Contributions are very welcome—bug fixes, features, documentation, tests. Just make sure the tests are passing.
### Related Projects
[babel-plugin-css-modules-transform](https://github.com/michalkvasnicak/babel-plugin-css-modules-transform)
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