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.3 to 1.0.4

.circleci/config.yml

10

package.json
{
"name": "asl-validator",
"version": "1.0.3",
"version": "1.0.4",
"description": "Amazon States Language validator",

@@ -10,3 +10,3 @@ "main": "./src/validator.js",

"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js .",
"lint": "./node_modules/eslint/bin/eslint.js . --max-warnings 0",
"test": "./node_modules/jest/bin/jest.js"

@@ -28,3 +28,3 @@ },

"author": "Christophe Bougère",
"license": "MIT",
"license": "Apache-2.0",
"bugs": {

@@ -39,2 +39,3 @@ "url": "https://github.com/airware/asl-validator/issues"

"devDependencies": {
"codecov": "^3.0.0",
"eslint": "^4.11.0",

@@ -44,4 +45,5 @@ "eslint-config-airbnb-base": "^12.1.0",

"eslint-plugin-jest": "^21.3.2",
"jest": "^21.2.1"
"jest": "^21.2.1",
"jest-junit": "^3.3.0"
}
}

6

README.md
# asl-validator
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/airware/asl-validator/blob/master/LICENSE)
[![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/airware/asl-validator/blob/master/LICENSE)
[![npm version](https://badge.fury.io/js/asl-validator.svg)](https://badge.fury.io/js/asl-validator)
[![CircleCI](https://circleci.com/gh/airware/asl-validator/tree/master.svg?style=shield&circle-token=cbc6b9369907c4854a5881d486c244ddcc1b1f55)](https://circleci.com/gh/airware/asl-validator/tree/master)
[![codecov](https://codecov.io/gh/airware/asl-validator/branch/master/graph/badge.svg)](https://codecov.io/gh/airware/asl-validator)
[![Dependency Status](https://www.versioneye.com/user/projects/5a1daaa20fb24f5b29e6b4a3/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5a1daaa20fb24f5b29e6b4a3)

@@ -5,0 +9,0 @@ A simple [**Amazon States Language**](https://states-language.net/spec.html) validator based on JSON schemas.

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