Socket
Socket
Sign inDemoInstall

vue-style-loader

Package Overview
Dependencies
6
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.1 to 4.1.2

.circleci/config.yml

3

index.js

@@ -21,3 +21,4 @@ /*

var request = loaderUtils.stringifyRequest(this, '!!' + remainingRequest)
var id = JSON.stringify(hash(request + path.relative(__dirname, this.resourcePath)))
var relPath = path.relative(__dirname, this.resourcePath).replace(/\\/g, '/')
var id = JSON.stringify(hash(request + relPath))
var options = loaderUtils.getOptions(this) || {}

@@ -24,0 +25,0 @@

{
"name": "vue-style-loader",
"version": "4.1.1",
"version": "4.1.2",
"author": "Evan You",

@@ -11,3 +11,4 @@ "description": "Vue.js style loader module for webpack",

"scripts": {
"test": "jest"
"test": "jest",
"prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
},

@@ -23,4 +24,5 @@ "license": "MIT",

"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"conventional-changelog-cli": "^2.0.1",
"jest": "^22.1.4"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc