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

ocr-css

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ocr-css - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "ocr-css",
"description": "A Vue.js project",
"version": "1.0.0",
"version": "1.0.1",
"author": "chenshanshan <1052165755@qq.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -71,4 +71,13 @@ var path = require('path')

options: {
name: '[name].[ext]?[hash]'
name: '[name].[ext]?[hash]',
limit: 99999
}
},
{
test: /\.(svg|ttf|eot|woff|woff2)$/,
loader: 'url-loader',
options:{
name:'[name].[ext]',
limit: 9999999
}
}

@@ -75,0 +84,0 @@ ]

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