Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "vlq", | ||
"description": "Generate, and decode, base64 VLQ mappings for source maps and other uses", | ||
"author": "Rich Harris", | ||
"repository": "https://github.com/Rich-Harris/vlq", | ||
"license": "MIT", | ||
"version": "1.0.1", | ||
"main": "dist/vlq.js", | ||
"module": "dist/vlq.es.js", | ||
"types": "dist/types/vlq.d.ts", | ||
"files": [ | ||
"README.md", | ||
"LICENSE", | ||
"dist/*.js", | ||
"dist/**/*.d.ts" | ||
], | ||
"devDependencies": { | ||
"eslint": "^6.0.1", | ||
"rollup": "^1.16.4", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"typescript": "^3.5.2" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c && tsc", | ||
"lint": "eslint src", | ||
"test": "node test", | ||
"pretest": "npm run build", | ||
"prepublish": "npm test" | ||
} | ||
"name": "vlq", | ||
"description": "Generate, and decode, base64 VLQ mappings for source maps and other uses", | ||
"author": "Rich Harris", | ||
"repository": "https://github.com/Rich-Harris/vlq", | ||
"license": "MIT", | ||
"version": "2.0.0", | ||
"type": "module", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": "./src/index.js", | ||
"require": "./dist/index.js" | ||
} | ||
}, | ||
"main": "dist/index.js", | ||
"module": "src/index.js", | ||
"types": "types/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"types" | ||
], | ||
"devDependencies": { | ||
"rollup": "^2.58.0", | ||
"typescript": "^4.4.4" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c && tsc", | ||
"test": "node test", | ||
"prepublish": "npm test && npm run build" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
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
2
Yes
5934
5
82
1