arale-dialog
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "arale-dialog", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Dialog 是通用对话框容器,提供显隐关闭、遮罩层、内嵌iframe、内容区域自定义以及模态对话框等功能。", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,3 +0,3 @@ | ||
import $ from 'jquery'; | ||
import Dialog from './dialog'; | ||
const $ = require('jquery'); | ||
const Dialog = require('./dialog'); | ||
const Handlebars = require('spm-handlebars')['default']; | ||
@@ -4,0 +4,0 @@ const template = Handlebars.compile(`{{#if title}} |
@@ -1,7 +0,6 @@ | ||
import $ from 'jquery'; | ||
import Overlay from 'arale-overlay'; | ||
import Events from 'arale-events'; | ||
import Templatable from 'arale-templatable'; | ||
import Messenger from 'arale-messenger'; | ||
const $ = require('jquery'); | ||
const Overlay = require('arale-overlay'); | ||
const Events = require('arale-events'); | ||
const Templatable = require('arale-templatable'); | ||
const Messenger = require('arale-messenger'); | ||
const mask = Overlay.Mask; | ||
@@ -8,0 +7,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
68559
0