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.6.0-dev.20180316 to 0.6.0-dev.20180318

4

package.json
{
"name": "@fimbul/ve",
"version": "0.6.0-dev.20180316",
"version": "0.6.0-dev.20180318",
"description": "Vue processor for wotan",

@@ -28,6 +28,6 @@ "main": "src/index",

"peerDependencies": {
"@fimbul/wotan": "0.6.0-dev.20180316",
"typescript": "^2.4.1 || >= 2.8.0-dev"
},
"dependencies": {
"@fimbul/ymir": "0.4.0",
"parse5": "^4.0.0",

@@ -34,0 +34,0 @@ "tslib": "^1.8.1",

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const wotan_1 = require("@fimbul/wotan");
const ymir_1 = require("@fimbul/ymir");
const path = require("path");
const parse5 = require("parse5/lib");
const voidElements = require("void-elements");
class Processor extends wotan_1.AbstractProcessor {
class Processor extends ymir_1.AbstractProcessor {
constructor(context) {

@@ -9,0 +9,0 @@ super(context);

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