rdpcrystal-edi-library
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3424953
56
21943
0