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

val-loader

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

val-loader - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

.npmignore

4

index.js

@@ -5,3 +5,7 @@ /*

*/
var loaderUtils = require("loader-utils");
module.exports = function() {
var query = loaderUtils.parseQuery(this.query);
if(query.cacheable && this.cacheable)
this.cacheable();
if(this.inputValues) {

@@ -8,0 +12,0 @@ var arr = Array.prototype.slice.call(this.inputValues, 0);

5

package.json
{
"name": "val-loader",
"version": "0.1.2",
"version": "0.2.0",
"author": "Tobias Koppers @sokra",
"description": "val loader module for webpack",
"dependencies": {
"loader-utils": "0.1.x"
},
"licenses": [

@@ -7,0 +10,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