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.5 to 0.85.6

19

dist/prod/index.js

@@ -1,19 +0,2 @@

const OWNER = Symbol('OWNER');
/**
Framework objects in a Glimmer application may receive an owner object.
Glimmer is unopinionated about this owner, but will forward it through its
internal resolution system, and through its managers if it is provided.
*/
function getOwner(object) {
return object[OWNER];
}
/**
`setOwner` set's an object's owner
*/
function setOwner(object, owner) {
object[OWNER] = owner;
}
export { OWNER, getOwner, setOwner };
const n=Symbol("OWNER");function o(o){return o[n]}function t(o,t){o[n]=t}export{n as OWNER,o as getOwner,t as setOwner};
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "@glimmer/owner",
"type": "module",
"version": "0.85.5",
"version": "0.85.6",
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/owner",

@@ -9,3 +9,3 @@ "description": "Implementation for the owner in Glimmer apps",

"dependencies": {
"@glimmer/util": "^0.85.5"
"@glimmer/util": "^0.85.6"
},

@@ -19,3 +19,3 @@ "files": [

"publint": "^0.2.5",
"@glimmer/local-debug-flags": "^0.85.5",
"@glimmer/local-debug-flags": "^0.85.6",
"@glimmer-workspace/build-support": "^1.0.0"

@@ -22,0 +22,0 @@ },

Sorry, the diff of this file is not supported yet

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