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

rdpcrystal-edi-library

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdpcrystal-edi-library - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

index.js

9

package.json
{
"name": "rdpcrystal-edi-library",
"version": "1.0.5",
"description": "ASCII X12 EDI Library",
"main": "RDPCrystalEDILibrary.js",
"version": "1.0.6",
"description": "ASCII X12 EDI Library, Create, Parse, Load, Validate, View, Edit, Split, Join And Scrub EDI Data",
"main": "index.js",
"scripts": {

@@ -16,3 +16,4 @@ "test": "echo \"Error: no test specified\" && exit 1"

"author": "Crystal Universe Software Inc <support@rdpcrystal.com>",
"license": "SEE LICENSE IN CRYSTAL SLA.5.1.07.pdf"
"license": "SEE LICENSE IN License.pdf",
"publisher": "Crystal Universe Software Inc <rdpcrystal.com>"
}

@@ -19,3 +19,3 @@ # RDPCrystal EDI Library

const fs = require('fs');
const edi = require('RDPCrystalEDILibrary').RDPCrystalEDILibrary;
const edi = require('rdpcrystal-edi-library').RDPCrystalEDILibrary;

@@ -80,3 +80,3 @@ //Create a new validator

```javascript
const edi = require('RDPCrystalEDILibrary.min').RDPCrystalEDILibrary;
const edi = require('rdpcrystal-edi-library').RDPCrystalEDILibrary;

@@ -166,3 +166,3 @@ const STAR = 42; //'*'

const fs = require('fs');
const edi = require('RDPCrystalEDILibrary').RDPCrystalEDILibrary;
const edi = require('rdpcrystal-edi-library').RDPCrystalEDILibrary;

@@ -236,3 +236,3 @@ //Create a new validator

```javascript
const edi = require('RDPCrystalEDILibrary').RDPCrystalEDILibrary;
const edi = require('rdpcrystal-edi-library').RDPCrystalEDILibrary;

@@ -264,3 +264,3 @@ //original document with 2 Transactions (ST) -

```javascript
const edi = require('RDPCrystalEDILibrary').RDPCrystalEDILibrary;
const edi = require('rdpcrystal-edi-library').RDPCrystalEDILibrary;

@@ -292,3 +292,3 @@ //First document

```javascript
const edi = require('RDPCrystalEDILibrary').RDPCrystalEDILibrary;
const edi = require('rdpcrystal-edi-library').RDPCrystalEDILibrary;

@@ -295,0 +295,0 @@ //PLEASE ADD YOUR OWN EDI DATA HERE

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