🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@riotjs/parser

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@riotjs/parser - npm Package Compare versions

Comparing version

to
9.1.0

index.d.ts

2

index.js

@@ -1717,2 +1717,4 @@ const JAVASCRIPT_OUTPUT_NAME = 'javascript';

brackets: ['{', '}'],
compact: true,
comments: false,
},

@@ -1719,0 +1721,0 @@ userOptions,

21

package.json
{
"name": "@riotjs/parser",
"version": "9.0.1",
"version": "9.1.0",
"description": "The parser for Riot tags",

@@ -8,4 +8,6 @@ "type": "module",

"module": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js",

@@ -17,3 +19,4 @@ "require": "./index.cjs"

"scripts": {
"test": "c8 mocha ./test/index",
"test-types": "tsc -p test",
"test": "c8 mocha ./test/index && npm run test-types",
"test-debug": "mocha --inspect-brk ./test",

@@ -30,2 +33,3 @@ "cov": "c8 report --reporter=lcov",

"files": [
"index.d.ts",
"index.js",

@@ -56,10 +60,11 @@ "index.cjs",

"@riotjs/prettier-config": "^1.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"c8": "^10.1.2",
"chai": "^5.1.2",
"@rollup/plugin-node-resolve": "^16.0.1",
"c8": "^10.1.3",
"chai": "^5.2.0",
"eslint": "^8.39.0",
"eslint-config-riot": "^4.1.2",
"mocha": "^10.8.2",
"prettier": "^3.4.1",
"rollup": "^4.27.4"
"mocha": "^11.1.0",
"prettier": "^3.5.3",
"rollup": "^4.35.0",
"typescript": "^5.8.2"
},

@@ -66,0 +71,0 @@ "dependencies": {

@@ -37,2 +37,4 @@ import { ATTR, TAG } from './node-types'

brackets: ['{', '}'],
compact: true,
comments: false,
},

@@ -39,0 +41,0 @@ userOptions,

Sorry, the diff of this file is not supported yet