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

mmmm-list

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mmmm-list - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

src/list.vue

12

package.json
{
"name": "mmmm-list",
"version": "1.0.0",
"description": "",
"main": "mmmm-list.js",
"version": "1.0.2",
"author": "十三月",
"license": "MIT",
"private": false,
"main": "dist/mmmmList.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --hot --inline",
"build": "webpack --display-error-details --config webpack.config.js"

@@ -28,5 +32,3 @@ },

"webpack-dev-server": ">=3.4.1"
},
"author": "",
"license": "ISC"
}
}

@@ -1,2 +0,2 @@

import List from './List.vue'
export default List
import mmmmList from './mmmm-list.vue'
export default mmmmList

@@ -11,3 +11,3 @@ var path = require('path')

filename: 'mmmm-list.js', //打包之后的名称
library: 'mmmm-list', // 指定的就是你使用require时的模块名
library: 'mmmmList', // 指定的就是你使用require时的模块名

@@ -14,0 +14,0 @@ libraryTarget: 'umd', // 指定输出格式

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