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

asl-validator

Package Overview
Dependencies
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asl-validator - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

LICENSE

2

bin/asl-validator.js

@@ -42,3 +42,3 @@ #!/usr/bin/env node

definition = JSON.parse(program.jsonDefinition);
} else if (typeof program.jsonpath === 'string') {
} else if (typeof program.jsonPath === 'string') {
definition = JSON.parse(fs.readFileSync(program.jsonPath));

@@ -45,0 +45,0 @@ } else {

{
"name": "asl-validator",
"version": "1.0.0",
"version": "1.0.1",
"description": "Amazon States Language validator",
"main": "bin/asl-validator.js",
"main": "./src/validator.js",
"bin": {
"asl-validator": "./bin/asl-validator.js"
},
"scripts": {

@@ -12,3 +15,3 @@ "lint": "./node_modules/eslint/bin/eslint.js .",

"type": "git",
"url": "git+https://github.com/ChristopheBougere/asl-validator.git"
"url": "git+https://github.com/airware/asl-validator.git"
},

@@ -27,5 +30,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/ChristopheBougere/asl-validator/issues"
"url": "https://github.com/airware/asl-validator/issues"
},
"homepage": "https://github.com/ChristopheBougere/asl-validator#readme",
"homepage": "https://github.com/airware/asl-validator#readme",
"dependencies": {

@@ -32,0 +35,0 @@ "ajv": "^5.3.0",

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