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

chai-webdriver

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chai-webdriver - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

5

lib/index.js

@@ -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 @@

4

package.json
{
"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

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