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

bemhtml-compat

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bemhtml-compat - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

package.json
{
"name": "bemhtml-compat",
"version": "0.0.2",
"version": "0.0.3",
"description": "ERROR: No README.md file found!",

@@ -19,4 +19,4 @@ "main": "lib/compat.js",

"mocha": "~1.9.0",
"bem-xjst": "~0.0.2"
"bem-xjst": "~0.0.3"
}
}
module.exports = function() {
if (this.$override) (function() {
oninit(function(exports) {

@@ -259,3 +259,3 @@ var BEM_ = {},

// Wrap xjst's apply and export our own
this.$exports.apply = BEMContext.apply = function _apply() {
exports.apply = BEMContext.apply = function _apply() {
var ctx = new BEMContext(this, oldApply);

@@ -266,3 +266,3 @@ ctx.apply();

}).call(this); // this.$override
}); // oninit();

@@ -269,0 +269,0 @@ match(this._mode === '')(

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