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

apg

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apg - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

2

package.json
{
"name": "apg",
"version": "2.2.1",
"version": "2.2.2",
"description": "An ABNF Parser Generator - generates recursive-descent parsers from grammars written in a superset of Augmented Backus-Naur Form (ABNF)",

@@ -5,0 +5,0 @@ "main": "./src/exports.js",

@@ -68,3 +68,3 @@ ##JavaScript APG

`JavaScript APG 2.0, Copyright (C) 2106 Lowell D. Thomas, all rights reserved`
`JavaScript APG 2.0, Copyright (C) 2016 Lowell D. Thomas, all rights reserved`

@@ -71,0 +71,0 @@ Note: If there is a name conflict on your system

@@ -52,3 +52,3 @@ // This module simply holds and displays the configuration.

var FILE_DIVIDER = "/";
var COPYRIGHT = "Copyright (C) 2106 Lowell D. Thomas, all rights reserved";
var COPYRIGHT = "Copyright (C) 2016 Lowell D. Thomas, all rights reserved";
/* Getters for apg system information. */

@@ -55,0 +55,0 @@ this.getVersion = function() {

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