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

smarty4js-loader

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smarty4js-loader - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

index.js

@@ -8,5 +8,7 @@ /**

var s = new Smarty();
var path = require('path');
module.exports = function (source) {
this.cacheable && this.cacheable();
s.dirname = path.join(this.resourcePath, '..');
source = s.compile(source).getJsTpl();

@@ -13,0 +15,0 @@ source = source.replace(/(\s*\n\r*\s*)+/g, '');

{
"name": "smarty4js-loader",
"version": "0.0.4",
"version": "0.0.5",
"description": "a webpack loader for smarty4js",

@@ -19,11 +19,29 @@ "main": "index.js",

{
"name": "shenli",
"email": "meshenli@gmail.com"
"name": "ishenli",
"email": "meshenli@gmail.com"
}
],
"author": "shenli",
"author": {
"name": "shenli"
},
"license": "MIT",
"dependencies": {
"smarty4js": "^0.1.3"
}
},
"_id": "smarty4js-loader@0.0.4",
"_shasum": "89eff08fbb2e01c7825871f422b686d611e61d88",
"_from": "smarty4js-loader@*",
"_npmVersion": "2.5.1",
"_nodeVersion": "2.1.0",
"_npmUser": {
"name": "ishenli",
"email": "meshenli@gmail.com"
},
"dist": {
"shasum": "89eff08fbb2e01c7825871f422b686d611e61d88",
"tarball": "http://registry.npmjs.org/smarty4js-loader/-/smarty4js-loader-0.0.4.tgz"
},
"directories": {},
"_resolved": "http://registry.npmjs.org/smarty4js-loader/-/smarty4js-loader-0.0.4.tgz",
"readme": "ERROR: No README data found!"
}
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