Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bem-smoke

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

bem-smoke - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

lib/.tern-port

4

CHANGELOG.md
# Changelog
# 0.3.2
* added `fs.lstatSync` mock.
# 0.3.1

@@ -4,0 +8,0 @@ * ignore `insight` module.

@@ -44,2 +44,9 @@ 'use strict';

lstatSync: function(path) {
path = this._qfsMock.absolute(path);
var node = this._qfsMock._root._walk(path);
node.mtime = node.lastModified();
return node;
},
stat: function(path, callback) {

@@ -46,0 +53,0 @@ this._qfsMock.stat(path)

2

package.json
{
"name": "bem-smoke",
"version": "0.3.1",
"version": "0.3.2",
"description": "Helper library to assist smoke-testing of the bem technologies.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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