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

@glimmer/vm

Package Overview
Dependencies
Maintainers
15
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glimmer/vm - npm Package Compare versions

Comparing version 0.94.2 to 0.94.3

22

package.json
{
"name": "@glimmer/vm",
"version": "0.94.2",
"version": "0.94.3",
"license": "MIT",

@@ -12,9 +12,11 @@ "repository": {

"exports": {
"development": {
"types": "./dist/dev/index.d.ts",
"default": "./dist/dev/index.js"
},
"default": {
"types": "./dist/prod/index.d.ts",
"default": "./dist/prod/index.js"
".": {
"development": {
"types": "./dist/dev/index.d.ts",
"default": "./dist/dev/index.js"
},
"default": {
"types": "./dist/prod/index.d.ts",
"default": "./dist/prod/index.js"
}
}

@@ -36,4 +38,4 @@ },

"typescript": "*",
"@glimmer-workspace/env": "0.92.0",
"@glimmer-workspace/build-support": "0.92.0"
"@glimmer-workspace/build-support": "0.92.0",
"@glimmer-workspace/env": "0.92.0"
},

@@ -40,0 +42,0 @@ "scripts": {

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