export-data
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "export-data", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Export data in React to CSV and other file formats", | ||
"types": "./lib/cjs/types/index.d.ts", | ||
"main": "./lib/cjs/index.js", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./lib/esm/types/index.d.ts", | ||
"default": "./lib/esm/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./lib/cjs/types/index.d.ts", | ||
"default": "./lib/cjs/index.js" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
@@ -25,4 +13,3 @@ "lib/**/*" | ||
"clean": "rm -rf ./lib", | ||
"build": "npm run clean && npm run build:esm && npm run build:cjs", | ||
"build:esm": "tsc -p ./configs/tsconfig.esm.json && mv lib/esm/index.js lib/esm/index.mjs", | ||
"build": "npm run clean && npm run build:cjs", | ||
"build:cjs": "tsc -p ./configs/tsconfig.cjs.json", | ||
@@ -29,0 +16,0 @@ "prepack": "npm run build", |
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
0
11806
21
156