Socket
Socket
Sign inDemoInstall

casperjs

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

casperjs - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

modules/utils.js

@@ -470,3 +470,3 @@ /*!

}).filter(function(ext) {
return ext === 'js';
return ext === 'js' || ext === 'coffee';
});

@@ -473,0 +473,0 @@ return isString(ext, "string") && valid.indexOf(ext) !== -1;

{
"name": "casperjs",
"description": "A navigation scripting & testing utility for PhantomJS and SlimerJS",
"version": "1.1.2",
"version": "1.1.3",
"keywords": [

@@ -6,0 +6,0 @@ "phantomjs",

# CasperJS
[Travis-CI](http://travis-ci.org/casperjs/casperjs) build status: [![Build Status](https://travis-ci.org/casperjs/casperjs.png?branch=master)](https://travis-ci.org/casperjs/casperjs) `master` branch
[![Build Status](https://travis-ci.org/casperjs/casperjs.svg?branch=master)](https://travis-ci.org/casperjs/casperjs)

@@ -5,0 +5,0 @@ >**Important note:** the `master` branch hosts the development version of CasperJS, which is now pretty stable and should be the right version to use if you ask me. Users interested in a pretty stable, recent version working with PhantomJS 2.0 and newer should choose the packaged 1.1.0 and following releases.

@@ -312,3 +312,3 @@ /*eslint strict:0, max-statements:0*/

casper.test.begin('isJsFile() tests', 4, function(test) {
casper.test.begin('isJsFile() tests', 5, function(test) {
var testCases = {

@@ -318,3 +318,3 @@ '': false,

'plop': false,
// 'gniii.coffee': '.coffee' in require.extensions,
'gniii.coffee': '.coffee' in require.extensions || false,
'script.js': true

@@ -321,0 +321,0 @@ };

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc