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

@parcel/source-map

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/source-map - npm Package Compare versions

Comparing version 2.0.0-alpha.4.3 to 2.0.0-alpha.4.4

dist/node.js

13

package.json
{
"name": "@parcel/source-map",
"version": "2.0.0-alpha.4.3",
"main": "index.js",
"version": "2.0.0-alpha.4.4",
"main": "./dist/node.js",
"license": "MIT",

@@ -9,3 +9,3 @@ "scripts": {

"benchmark": "node ./bench/run",
"compile": "babel index.js.flow --out-file index.js",
"compile": "babel ./src/*.js --out-dir ./dist && flow-copy-source -v src dist",
"prebuild": "prebuildify --napi --strip --tag-libc",

@@ -15,2 +15,3 @@ "build:dev": "node-gyp rebuild --debug",

"postinstall": "node-gyp-build",
"prepublish": "npm run compile",
"typecheck": "flow"

@@ -20,5 +21,4 @@ },

"src",
"dist",
"prebuilds",
"index.js",
"index.js.flow",
"package.json",

@@ -38,7 +38,8 @@ "binding.gyp",

"devDependencies": {
"@babel/preset-env": "^7.9.0",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-flow": "^7.9.0",
"flow-bin": "^0.121.0",
"flow-copy-source": "^2.0.9",
"mocha": "^7.1.0",

@@ -45,0 +46,0 @@ "prebuildify": "^3.0.4",

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