Socket
Socket
Sign inDemoInstall

@glimmer/util

Package Overview
Dependencies
Maintainers
10
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.22.0 to 0.23.0-alpha.0

amd/es5/index.js

30

package.json
{
"name": "@glimmer/util",
"version": "0.22.0",
"version": "0.23.0-alpha.0",
"description": "Common utilities used in Glimmer",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
"typings": "index.ts",
"directories": {
"test": "tests"
},
"scripts": {
"build": "../../../build/build",
"test": "node -e 'require(\".\")'",
"prepublish": "npm run build"
},
"repository": "https://github.com/tildeio/glimmer/tree/master/packages/@glimmer/util",
"license": "MIT",
"jsnext:main": "dist/modules/index.js",
"files": [
"dist",
"index.ts",
"lib"
],
"devDependencies": {
"@types/qunit": "^2.0.31",
"typescript": "^2.1.4"
}
}
"typescript": "^2.2.0"
},
"main": "commonjs/es5/index.js",
"jsnext:main": "modules/es5/index.js",
"module": "modules/es5/index.js",
"typings": "types/index.d.ts"
}
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