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

babel-plugin-dual-import

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-dual-import - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

4

importCss.js

@@ -33,3 +33,3 @@ /* eslint-disable */

return new Promise((resolve, reject) => {
return new Promise(function(resolve, reject) {
var timeout

@@ -40,3 +40,3 @@

clearTimeout(timeout)
var message = `could not load css chunk:${chunkName}`
var message = 'could not load css chunk:${chunkName}'
reject(new Error(message))

@@ -43,0 +43,0 @@ }

{
"name": "babel-plugin-dual-import",
"version": "1.0.6",
"version": "1.0.7",
"description": "Babel plugin to import() both js + css",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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