New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

arale-templatable

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arale-templatable - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

index.js

@@ -1,1 +0,1 @@

module.exports = require('./src/templatable.js');
module.exports = require('./lib/templatable');
{
"name": "arale-templatable",
"version": "1.0.1",
"version": "1.0.2",
"description": "处理组件的模板渲染,混入到 Widget 中使用。",

@@ -18,17 +18,6 @@ "keywords": [

},
"bugs": {
"url": "https://github.com/aralejs/templatable/issues"
},
"licenses": "MIT",
"spm": {
"engines": {},
"build": {
"global": {
"jquery": "jQuery"
}
}
},
"main": "index.js",
"entry": {
"index": "./index.js"
"templatable": "./src/templatable.js"
},

@@ -40,16 +29,23 @@ "dependencies": {

"arale-widget": "~1.2.1",
"atool-build": "~0.4.3",
"atool-test": "~0.2.9",
"handlebars-runtime": "~1.0.12",
"atool-build": "^0.7.8",
"atool-doc": "^0.4.3",
"atool-test": "^0.4.13",
"jquery": "1.7.2",
"karma-sinon-expect": "~0.1.4",
"spm-jquery": "1.7.2"
},
"scripts": {
"build": "atool-build -o ./dist/${npm_package_family}/${npm_package_name}/${npm_package_version}",
"test": "./node_modules/.bin/atool-test --assert expectjs"
"compile": "rm -rf lib && npm run build",
"build": "atool-build -o ./dist/",
"test": "atool-test",
"doc": "atool-doc"
},
"engines": {
"node": ">=4.0.0"
}
},
"files": [
"lib",
"index.js",
"package.json",
"README.md"
]
}
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