Socket
Socket
Sign inDemoInstall

@glimmer/compiler

Package Overview
Dependencies
Maintainers
10
Versions
289
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glimmer/compiler - npm Package Compare versions

Comparing version 0.22.0 to 0.23.0-alpha.0

amd/es5/index.js

34

package.json
{
"name": "@glimmer/compiler",
"version": "0.22.0",
"main": "dist/commonjs/index.js",
"module": "dist/modules/index.js",
"jsnext:main": "dist/modules/index.js",
"typings": "index.ts",
"scripts": {
"build": "../../../build/build",
"prepublish": "npm run build",
"test": "node -e 'require(\".\")'"
},
"files": [
"dist",
"index.ts",
"lib"
],
"version": "0.23.0-alpha.0",
"repository": "https://github.com/tildeio/glimmer/tree/master/packages/@glimmer/compiler",
"dependencies": {
"@glimmer/syntax": "^0.22.0",
"@glimmer/util": "^0.22.0",
"@glimmer/wire-format": "^0.22.0",
"@glimmer/syntax": "^0.23.0-alpha.0",
"@glimmer/util": "^0.23.0-alpha.0",
"@glimmer/wire-format": "^0.23.0-alpha.0",
"@glimmer/interfaces": "^0.23.0-alpha.0",
"simple-html-tokenizer": "^0.3.0"
},
"devDependencies": {
"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