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 6.0.1 to 6.0.2

22

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

@@ -38,18 +38,18 @@ "main": "dist/index.js",

"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"@riotjs/dom-bindings": "^6.0.0",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-alias": "^3.1.5",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"chai": "^4.3.4",
"eslint": "^7.30.0",
"eslint": "^7.31.0",
"eslint-config-riot": "^3.0.0",
"esm": "^3.2.25",
"mocha": "^9.0.2",
"mocha": "^8.4.0",
"node-sass": "^6.0.1",
"nyc": "^15.1.0",
"pug": "^3.0.2",
"rollup": "^2.53.1",
"rollup": "^2.55.1",
"rollup-plugin-node-builtins": "^2.1.2",

@@ -66,3 +66,3 @@ "shelljs": "^0.8.4",

"dependencies": {
"@babel/parser": "^7.14.7",
"@babel/parser": "^7.14.8",
"@riotjs/parser": "^4.3.1",

@@ -75,5 +75,5 @@ "@riotjs/util": "2.0.4",

"globals": "^13.10.0",
"recast": "^0.20.4",
"recast": "^0.20.5",
"source-map": "^0.7.3"
}
}

@@ -74,2 +74,2 @@ import {BINDING_TYPES, EXPRESSION_TYPES, GET_COMPONENT_FN, TEMPLATE_FN} from './constants'

return extendTemplateProperty(ast, options.file, source, sourceNode)
}
}

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