Socket
Socket
Sign inDemoInstall

@glimmer/global-context

Package Overview
Dependencies
0
Maintainers
13
Versions
99
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.84.3 to 0.85.2

.turbo/turbo-build.log

25

package.json
{
"name": "@glimmer/global-context",
"version": "0.84.3",
"version": "0.85.2",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/global-context",
"dependencies": {
"@glimmer/env": "^0.1.7"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"main": "dist/commonjs/es2017/index.js",
"jsnext:main": "dist/modules/es5/index.js",
"module": "dist/modules/es2017/index.js",
"typings": "dist/types/index.d.ts",
"license": "MIT"
"devDependencies": {
"@glimmer-workspace/build-support": "^1.0.0"
},
"scripts": {
"test:lint": "eslint .",
"test:types": "tsc --noEmit -p ../tsconfig.json",
"build": "rollup -c rollup.config.mjs"
},
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc