Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@glimmer/owner

Package Overview
Dependencies
Maintainers
13
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glimmer/owner - npm Package Compare versions

Comparing version 0.85.13 to 0.86.0

32

package.json
{
"name": "@glimmer/owner",
"version": "0.86.0",
"license": "MIT",
"description": "Implementation for the owner in Glimmer apps",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/owner",
"type": "module",
"version": "0.85.13",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/owner",
"description": "Implementation for the owner in Glimmer apps",
"license": "MIT",
"dependencies": {
"@glimmer/util": "^0.85.13"
"main": null,
"types": "dist/dev/index.d.ts",
"publishConfig": {
"access": "public"
},

@@ -14,20 +16,18 @@ "files": [

],
"dependencies": {
"@glimmer/util": "^0.86.0"
},
"devDependencies": {
"eslint": "^8.52.0",
"publint": "^0.2.5",
"rollup": "^3.21.6",
"rollup": "^4.5.1",
"typescript": "*",
"@glimmer-workspace/build-support": "^1.0.0",
"@glimmer/local-debug-flags": "^0.85.13"
"@glimmer/local-debug-flags": "^0.86.0"
},
"main": null,
"types": "dist/dev/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rollup -c rollup.config.mjs",
"test:lint": "eslint .",
"test:types": "tsc --noEmit -p ../tsconfig.json",
"build": "rollup -c rollup.config.mjs",
"test:publint": "publint"
"test:publint": "publint",
"test:types": "tsc --noEmit -p ../tsconfig.json"
},

@@ -34,0 +34,0 @@ "exports": {

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