New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@glimmer/vm-babel-plugins

Package Overview
Dependencies
Maintainers
13
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glimmer/vm-babel-plugins - npm Package Compare versions

Comparing version 0.85.3 to 0.85.4

dist/dev/index.d.ts

26

package.json
{
"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"
}
}
}
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