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

@fastweb/fast-utils

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastweb/fast-utils - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "@fastweb/fast-utils",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/fast-utils.js",

import formatMoney from './formatMoney/index'
import vComponent from '../v-components/lib/vComponent.umd.js'
import {recipeDetail} from '../v-components/lib/vComponent.umd.js'
const fastUtils = {

@@ -7,3 +7,3 @@ formatMoney,

}
export {formatMoney, vComponent}
export {formatMoney, recipeDetail}
export default fastUtils
You are using Node v9.10.0.
Node.js 9.x has already reached end-of-life and will not be supported in future major releases.
It's strongly recommended to use an active LTS version instead.
{ compilerOptions: { preserveWhitespace: false },
cacheDirectory: '/Users/howie/Desktop/zhiyun/baseInstallation/fast-utils/v-components/node_modules/.cache/vue-loader',
cacheIdentifier: '54bb1316' }
{ limit: 4096,
fallback:
{ loader: 'file-loader',
options: { name: 'img/[name].[hash:8].[ext]' } } }
{

@@ -65,3 +66,3 @@ mode: 'development',

cacheDirectory: '/Users/howie/Desktop/zhiyun/baseInstallation/fast-utils/v-components/node_modules/.cache/vue-loader',
cacheIdentifier: '54bb1316'
cacheIdentifier: '2293d2bf'
}

@@ -77,3 +78,3 @@ },

cacheDirectory: '/Users/howie/Desktop/zhiyun/baseInstallation/fast-utils/v-components/node_modules/.cache/vue-loader',
cacheIdentifier: '54bb1316'
cacheIdentifier: '2293d2bf'
}

@@ -91,3 +92,3 @@ }

options: {
limit: 4096,
limit: 100000,
fallback: {

@@ -1065,3 +1066,3 @@ loader: 'file-loader',

cacheDirectory: '/Users/howie/Desktop/zhiyun/baseInstallation/fast-utils/v-components/node_modules/.cache/babel-loader',
cacheIdentifier: '39a4694b'
cacheIdentifier: 'bd72fe22'
}

@@ -1094,3 +1095,3 @@ },

cache: true,
cacheIdentifier: '378c1fd9',
cacheIdentifier: '5e0ff74f',
emitWarning: true,

@@ -1097,0 +1098,0 @@ emitError: false,

@@ -21,3 +21,16 @@ // vue.config.js

config.resolve.alias.set('@', resolve('examples'))
config.module
.rule('images')
.use('url-loader')
.tap(options => {
console.log(options)
options.limit = 100000
// 修改它的选项...
return options
})
},
css: {
// 是否使用css分离插件 ExtractTextPlugin
extract: false
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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