New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

arrow-wasm

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arrow-wasm - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

dist/arrow.js

22

package.json

@@ -7,3 +7,3 @@ {

"description": "Apache Arrow in WebAssembly",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT/Apache-2.0",

@@ -15,11 +15,15 @@ "repository": {

"files": [
"arrow_wasm_bg.wasm",
"arrow_wasm.js",
"arrow_wasm.d.ts",
"LICENSE_APACHE.txt",
"LICENSE_MIT.txt"
"dist"
],
"module": "arrow_wasm.js",
"types": "arrow_wasm.d.ts",
"main": "dist/arrow.js",
"scripts": {
"build": "rimraf dist && rollup --config",
"clean": "rimraf dist pkg"
},
"devDependencies": {
"@wasm-tool/rollup-plugin-rust": "^1.0.5",
"rimraf": "^3.0.2",
"rollup": "^2.38.0"
},
"sideEffects": false
}
}
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