Socket
Socket
Sign inDemoInstall

@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 4.1.0 to 4.1.1

3

CHANGELOG.md
# Compiler Changes
### v4.1.1
- Fix commonjs imports
### v4.1.0

@@ -4,0 +7,0 @@ - Add support for the slot attribute binding

2

package.json
{
"name": "@riotjs/compiler",
"version": "4.1.0",
"version": "4.1.1",
"description": "Compiler for riot .tag files",

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

@@ -1,2 +0,2 @@

import {IS_BOOLEAN,IS_CUSTOM,IS_RAW,IS_SPREAD,IS_VOID} from '@riotjs/parser/src/constants'
// import {IS_BOOLEAN,IS_CUSTOM,IS_RAW,IS_SPREAD,IS_VOID} from '@riotjs/parser/src/constants'

@@ -56,8 +56,9 @@ export const BINDING_TYPES = 'bindingTypes'

// Riot Parser constants
export const IS_RAW_NODE = IS_RAW
export const IS_VOID_NODE = IS_VOID
export const IS_CUSTOM_NODE = IS_CUSTOM
export const IS_BOOLEAN_ATTRIBUTE = IS_BOOLEAN
export const IS_SPREAD_ATTRIBUTE = IS_SPREAD
// TODO: import these values dynamically
export const IS_RAW_NODE = 'isRaw'
export const IS_VOID_NODE = 'isVoid'
export const IS_CUSTOM_NODE = 'isCustom'
export const IS_BOOLEAN_ATTRIBUTE = 'isBoolean'
export const IS_SPREAD_ATTRIBUTE = 'isSpread'

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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