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

@fimbul/ve

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fimbul/ve - npm Package Compare versions

Comparing version 0.21.0 to 0.22.0

10

package.json
{
"name": "@fimbul/ve",
"version": "0.21.0",
"version": "0.22.0",
"description": "Vue processor for wotan",

@@ -29,8 +29,8 @@ "main": "src/index",

"peerDependencies": {
"typescript": ">= 3.3.0 || >= 3.6.0-dev || >= 3.7.0-dev"
"typescript": ">= 4.0.0 || >= 4.2.0-dev"
},
"dependencies": {
"@fimbul/ymir": "^0.21.0",
"parse5-sax-parser": "^5.0.0",
"tslib": "^1.8.1",
"@fimbul/ymir": "^0.22.0",
"parse5-sax-parser": "^6.0.0",
"tslib": "^2.0.0",
"void-elements": "^3.1.0"

@@ -37,0 +37,0 @@ },

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Processor = void 0;
const ymir_1 = require("@fimbul/ymir");

@@ -92,7 +93,12 @@ const path = require("path");

mapFinding(f) {
return Object.assign({}, f, { start: this.adjustPosition(f.start), end: this.adjustPosition(f.end), fix: f.fix === undefined
return {
...f,
start: this.adjustPosition(f.start),
end: this.adjustPosition(f.end),
fix: f.fix === undefined
? undefined
: {
replacements: f.fix.replacements.map(this.mapReplacement, this),
} });
},
};
}

@@ -99,0 +105,0 @@ adjustPosition(pos) {

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