@glimmer/vm-babel-plugins
Advanced tools
Comparing version 0.85.3 to 0.85.4
{ | ||
"name": "@glimmer/vm-babel-plugins", | ||
"version": "0.85.3", | ||
"type": "module", | ||
"version": "0.85.4", | ||
"description": "Compiles out VM assertion and deprecation utilities and debug tooling based on environment", | ||
@@ -12,2 +13,5 @@ "repository": "https://github.com/glimmerjs/glimmer.js", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
@@ -18,7 +22,10 @@ "babel-plugin-debug-macros": "^0.3.4" | ||
"babel-plugin-tester": "^11.0.4", | ||
"eslint": "^8.52.0", | ||
"mocha": "^10.2.0", | ||
"rollup": "^3.21.6", | ||
"publint": "^0.2.5", | ||
"@glimmer-workspace/build-support": "^1.0.0" | ||
}, | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "index.ts", | ||
"types": "index.ts", | ||
"publishConfig": { | ||
@@ -31,9 +38,14 @@ "access": "public" | ||
"test:types": "tsc --noEmit -p ../tsconfig.json", | ||
"build": "rollup -c rollup.config.mjs" | ||
"build": "rollup -c rollup.config.mjs", | ||
"test:publint": "publint" | ||
}, | ||
"exports": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.js" | ||
".": { | ||
"types": "./dist/dev/index.d.ts", | ||
"development": { | ||
"default": "./dist/dev/index.js" | ||
}, | ||
"default": "./dist/prod/index.js" | ||
} | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
1
Yes
9021
6
12
101
1