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

escomplex-js

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

escomplex-js - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

package.json
{
"name": "escomplex-js",
"version": "0.1.0",
"version": "0.1.1",
"description": "Javascript wrapping library for escomplex.",

@@ -28,6 +28,6 @@ "homepage": "https://github.com/philbooth/escomplex-js",

"dependencies": {
"check-types": "0.7.x",
"check-types": "1.1.x",
"esprima": "1.0.x",
"escomplex-ast-moz": "0.1.x",
"escomplex": "0.2.x"
"escomplex": "0.2.2"
},

@@ -34,0 +34,0 @@ "devDependencies": {

@@ -15,3 +15,3 @@ /*globals require, exports */

function analyse (source, options) {
if (check.isArray(source)) {
if (check.array(source)) {
return analyseSources(source, options);

@@ -18,0 +18,0 @@ }

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