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

@glimmer/util

Package Overview
Dependencies
Maintainers
13
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glimmer/util - npm Package Compare versions

Comparing version 0.84.3 to 0.85.2

.turbo/turbo-build.log

30

package.json
{
"name": "@glimmer/util",
"version": "0.84.3",
"version": "0.85.2",
"description": "Common utilities used in Glimmer",

@@ -9,14 +9,24 @@ "repository": "https://github.com/tildeio/glimmer/tree/master/packages/@glimmer/util",

"@glimmer/env": "0.1.7",
"@glimmer/interfaces": "0.84.3",
"@simple-dom/interface": "^1.4.0"
"@glimmer/interfaces": "^0.85.2"
},
"devDependencies": {
"@glimmer/local-debug-flags": "0.84.3",
"@types/qunit": "^2.9.0",
"@simple-dom/interface": "^1.4.0"
"@types/qunit": "^2.19.7",
"@glimmer/local-debug-flags": "^0.85.2",
"@glimmer-workspace/build-support": "^1.0.0"
},
"typings": "dist/types/index.d.ts",
"main": "dist/commonjs/es2017/index.js",
"jsnext:main": "dist/modules/es5/index.js",
"module": "dist/modules/es2017/index.js"
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc