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

@riotjs/compiler

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@riotjs/compiler - npm Package Compare versions

Comparing version 5.3.0 to 5.3.1

4

compiler.d.ts

@@ -34,3 +34,3 @@ import {RawSourceMap} from 'source-map'

export type PreprocessorsMap = {
export type PreProcessorsMap = {
template: Map<string, ProcessorFunction>

@@ -50,3 +50,3 @@ javascript: Map<string, ProcessorFunction>

fn: ProcessorFunction
): PreprocessorsMap
): PreProcessorsMap
export function registerPostprocessor( fn: ProcessorFunction): PostProcessorsMap
{
"name": "@riotjs/compiler",
"version": "5.3.0",
"version": "5.3.1",
"description": "Compiler for riot .tag files",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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