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

window-mock

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

window-mock - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

lib/class-list-mock.js

2

grunt/options/paths.json
{
"src": "src",
"dist": "./"
"dist": "lib"
}
module.exports = {
build: {
command: 'npm run-script build'
command: 'npm run-script compile'
},

@@ -5,0 +5,0 @@ test: {

{
"name": "window-mock",
"version": "0.0.3",
"version": "0.0.4",
"description": "A light-weight window mock for Node/io.js testing",
"main": "window-mock.js",
"main": "lib/window-mock.js",
"repository": {

@@ -10,9 +10,10 @@ "type": "git",

},
"type": "mock",
"scripts": {
"build": "webpack --config src/webpack.config.js --progress --colors",
"test": "babel-tape-runner \"src/**/*.spec.js\" | faucet"
"compile": "./node_modules/.bin/babel --ignore '.spec.js' -d lib/ src/",
"prepublish": "npm run compile",
"test": "./node_modules/.bin/babel-tape-runner \"src/**/*.spec.js\" | faucet"
},
"dependencies": {},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.6.18",

@@ -30,4 +31,3 @@ "babel-eslint": "^3.1.23",

"tape": "^4.0.1",
"time-grunt": "^1.1.0",
"webpack": "^1.10.1"
"time-grunt": "^1.1.0"
},

@@ -34,0 +34,0 @@ "license": "MIT",

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

[![NPM](https://nodei.co/npm/window-mock.png?mini=true)](https://nodei.co/npm/window-mock/)
[![npm version](https://badge.fury.io/js/window-mock.svg)](http://badge.fury.io/js/window-mock)
[![Build Status](https://travis-ci.org/sbstnmsch/window-mock.svg?branch=master)](https://travis-ci.org/sbstnmsch/window-mock)
# window-mock

@@ -2,0 +8,0 @@ A light-weight window-mock for node/ io.js testing

Sorry, the diff of this file is not supported yet

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