Socket
Socket
Sign inDemoInstall

dust-usecontent-helper

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.0.1

output.js

22

package.json
{
"name": "dust-usecontent-helper",
"version": "4.0.0",
"version": "4.0.1",
"description": "A dust helper to load i18n content at render time",

@@ -8,19 +8,21 @@ "main": "index.js",

"cover": "nyc report --reporter=lcov",
"test": "nyc tap test/*.js && nyc report",
"prepublish": "amdify -e index.js -o index.amd.js"
"prepublish": "webpack index.js index.amd.js --output-library-target=amd --library=dust-usecontent-helper && webpack index.js index.umd.js --output-library-target=umd && webpack index.js index.browser.js --output-library-target=var --library=dustUsecontentHelper",
"test": "nyc tap test/*.js && nyc report"
},
"author": "Aria Stewart <ariastewart@paypal.com>",
"license": "Apache-2.0",
"browserPackage": {
"files": [
"index.amd.js"
]
},
"keywords": [
"browser",
"dustjs",
"i18n",
"kraken"
],
"devDependencies": {
"@aredridel/amdify": "0.0.26",
"dust-message-helper": "^3.0.0",
"dustjs-linkedin": "~2.7.1",
"node-libs-browser": "^0.5.2",
"nyc": "^2.3.0",
"tap": "^1.2.0"
"tap": "^1.2.0",
"webpack": "^1.10.1"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc