chai-webdriver
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -13,3 +13,6 @@ // Generated by CoffeeScript 1.6.3 | ||
sizzleCode = uglify.minify(fs.readFileSync(require.resolve('sizzle'), 'utf8'), { | ||
fromString: true | ||
fromString: true, | ||
output: { | ||
ascii_only: true | ||
} | ||
}).code; | ||
@@ -16,0 +19,0 @@ |
{ | ||
"name": "chai-webdriver", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Build more expressive integration tests with some webdriver sugar for chai.js", | ||
@@ -30,3 +30,3 @@ "main": "lib/index.js", | ||
"sizzle": "~1.1.0", | ||
"uglify-js": "~2.4.8", | ||
"uglify-js": "~2.4.11", | ||
"string": "~1.8.0" | ||
@@ -33,0 +33,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
21329
151
1
Updateduglify-js@~2.4.11