Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

syntax-error

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

syntax-error - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

2

index.js

@@ -1,2 +0,2 @@

var esprima = require('esprima');
var esprima = require('esprima-six');

@@ -3,0 +3,0 @@ module.exports = function (src, file) {

{
"name" : "syntax-error",
"version" : "0.0.1",
"description" : "detect and report syntax errors in source code strings",
"main" : "index.js",
"bin" : {},
"directories" : {
"example" : "example",
"test" : "test"
},
"dependencies" : {
"esprima" : "~0.9.9"
},
"devDependencies" : {
"tap" : "~0.3.0"
},
"scripts" : {
"test" : "tap test/*.js"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/substack/node-syntax-error.git"
},
"homepage" : "https://github.com/substack/node-syntax-error",
"keywords" : [
"syntax",
"error",
"esprima",
"stack",
"line",
"column"
],
"author" : {
"name" : "James Halliday",
"email" : "mail@substack.net",
"url" : "http://substack.net"
},
"license" : "MIT",
"engine" : { "node" : ">=0.6" }
"name": "syntax-error",
"version": "0.1.0",
"description": "detect and report syntax errors in source code strings",
"main": "index.js",
"dependencies": {
"esprima-six": "0.0.3"
},
"devDependencies": {
"tape": "~2.4.1"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/node-syntax-error.git"
},
"homepage": "https://github.com/substack/node-syntax-error",
"keywords": [
"syntax",
"error",
"esprima",
"stack",
"line",
"column"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"license": "MIT",
"engine": {
"node": ">=0.6"
}
}

@@ -1,2 +0,2 @@

var test = require('tap').test;
var test = require('tape');

@@ -3,0 +3,0 @@ var fs = require('fs');

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