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

@nutui/babel-plugin-separate-import

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nutui/babel-plugin-separate-import - npm Package Compare versions

Comparing version 1.1.9 to 1.2.0

yarn-error.log

2

index.js

@@ -61,4 +61,4 @@ const {join} = require('path');

const {style} = opts;
if(style) opts.style = style === 'scss'? 'scss': 'css';
const {node} = path;
opts.style = style === 'scss'? 'scss': 'css';
if(!node.source) return;

@@ -65,0 +65,0 @@ const {value} = node.source;

{
"name": "@nutui/babel-plugin-separate-import",
"version": "1.1.9",
"version": "1.2.0",
"description": "按需构建nutui2.0的组件,减小打包体积",

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

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