Socket
Socket
Sign inDemoInstall

karma-viewport

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-viewport - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

dist/index.js

@@ -54,4 +54,6 @@ /*

const framework = config => {
config.files.push("./config/default.json")
config.files.push("./viewport/index.js")
;["viewport/index.js", "config/default.json"] // order matters
.forEach(file => {
config.files.unshift(pattern(path.resolve(__dirname, file)))
})

@@ -58,0 +60,0 @@ /* Register preprocessor for viewport configuration */

{
"name": "karma-viewport",
"version": "0.1.1",
"version": "0.1.2",
"description": "Karma viewport resizer",

@@ -33,2 +33,3 @@ "keywords": [

"lint": "scripts/lint",
"smoke": "scripts/smoke",
"test": "scripts/test",

@@ -35,0 +36,0 @@ "travis": "scripts/travis",

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