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

vlq

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vlq - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

dist/index.js

58

package.json
{
"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

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