Comparing version 4.3.6 to 5.0.0
{ | ||
"name": "fast-csv", | ||
"version": "4.3.6", | ||
"description": "CSV parser and writer", | ||
"main": "./build/src/index.js", | ||
"types": "./build/src/index.d.ts", | ||
"scripts": { | ||
"prepublishOnly": "npm run build", | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm -rf ./build && rm -rf tsconfig.tsbuildinfo", | ||
"compile": "tsc" | ||
}, | ||
"directories": { | ||
"lib": "src", | ||
"test": "__tests__" | ||
}, | ||
"files": [ | ||
"build/src/**" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/C2FO/fast-csv.git", | ||
"directory": "packages/fast-csv" | ||
}, | ||
"keywords": [ | ||
"csv", | ||
"parser", | ||
"fast", | ||
"writer", | ||
"csv writer", | ||
"CSV" | ||
], | ||
"homepage": "http://c2fo.github.com/fast-csv", | ||
"author": "Doug Martin", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=10.0.0" | ||
}, | ||
"dependencies": { | ||
"@fast-csv/format": "4.3.5", | ||
"@fast-csv/parse": "4.3.6" | ||
}, | ||
"gitHead": "3dc859edb19924b315051e4c87d6273808a0de73" | ||
"name": "fast-csv", | ||
"version": "5.0.0", | ||
"description": "CSV parser and writer", | ||
"main": "./build/src/index.js", | ||
"types": "./build/src/index.d.ts", | ||
"scripts": { | ||
"prepublishOnly": "npm run build", | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm -rf ./build && rm -rf tsconfig.tsbuildinfo", | ||
"compile": "tsc" | ||
}, | ||
"directories": { | ||
"lib": "src", | ||
"test": "__tests__" | ||
}, | ||
"files": [ | ||
"build/src/**" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/C2FO/fast-csv.git", | ||
"directory": "packages/fast-csv" | ||
}, | ||
"keywords": [ | ||
"csv", | ||
"parser", | ||
"fast", | ||
"writer", | ||
"csv writer", | ||
"CSV" | ||
], | ||
"homepage": "https://c2fo.io/fast-csv", | ||
"author": "Doug Martin", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=10.0.0" | ||
}, | ||
"dependencies": { | ||
"@fast-csv/format": "5.0.0", | ||
"@fast-csv/parse": "5.0.0" | ||
}, | ||
"gitHead": "3305fb8cd9e96d65528cb396862005a737297866" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
9177
45
1
+ Added@fast-csv/format@5.0.0(transitive)
+ Added@fast-csv/parse@5.0.0(transitive)
- Removed@fast-csv/format@4.3.5(transitive)
- Removed@fast-csv/parse@4.3.6(transitive)
- Removed@types/node@14.18.63(transitive)
Updated@fast-csv/format@5.0.0
Updated@fast-csv/parse@5.0.0