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
62
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.6 to 0.85.7

dist/dev/index.cjs

13

package.json
{
"name": "@glimmer/vm-babel-plugins",
"type": "module",
"version": "0.85.6",
"version": "0.85.7",
"description": "Compiles out VM assertion and deprecation utilities and debug tooling based on environment",

@@ -27,3 +27,3 @@ "repository": "https://github.com/glimmerjs/glimmer.js",

},
"main": "index.ts",
"main": null,
"types": "index.ts",

@@ -44,7 +44,10 @@ "publishConfig": {

"development": {
"default": "./dist/dev/index.js"
"require": "./dist/dev/index.cjs",
"import": "./dist/dev/index.js"
},
"default": "./dist/prod/index.js"
"require": "./dist/dev/index.cjs",
"import": "./dist/prod/index.js"
}
}
},
"module": null
}
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