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

karma-riot

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-riot - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

.travis.yml

14

index.js

@@ -23,3 +23,3 @@ var riot = require('riot')

try {
result = riot.compile(content, options)
result = riot.compile(content, options, file.originalPath)
} catch (e) {

@@ -41,12 +41,12 @@ log.error('%s\n at %s:%d', e.message, file.originalPath, e.location.first_line)

files.unshift({
pattern: riotPath + '/../../riot.js',
pattern: riotPath + '/../../riot.js',
included: true,
served: true,
watched: false
served: true,
watched: false
})
files.unshift({
pattern: __dirname + '/polyfill.js',
pattern: path.resolve('.') + '/polyfill.js',
included: true,
served: true,
watched: false
served: true,
watched: false
})

@@ -53,0 +53,0 @@ }

{
"name": "karma-riot",
"version": "1.0.1",
"version": "1.1.0",
"description": "A Karma plugin. Compile and test HTML and JS in Riot tag files.",

@@ -11,3 +11,3 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/riot/karma-riot"
"url": "git+https://github.com/riot/karma-riot.git"
},

@@ -20,15 +20,23 @@ "keywords": [

],
"author": {
"name": "Thomas Kelly",
"email": "mail@thomaskelly.ca"
},
"author": "Thomas Kelly <mail@thomaskelly.ca>",
"license": "MIT",
"devDependencies": {
"expect.js": "^0.3.1",
"karma": "^0.13.15",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"riot": "^2.3.1"
"karma": "^0.13.22",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.3",
"karma-phantomjs-launcher": "^1.0.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.7"
},
"bugs": {
"url": "https://github.com/riot/karma-riot/issues"
},
"homepage": "https://github.com/riot/karma-riot#readme",
"directories": {
"test": "test"
},
"dependencies": {
"riot": "^2.4.0"
}
}

@@ -22,4 +22,4 @@ # karma-riot

"karma-phantomjs-launcher": "^0.2.1",
"karma-riot": "^1.0.0",
"riot": "^2.2.4"
"karma-riot": "^1.0.1",
"riot": "^2.3.1"
}

@@ -26,0 +26,0 @@ }

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