Socket
Socket
Sign inDemoInstall

@arque/core

Package Overview
Dependencies
Maintainers
4
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arque/core - npm Package Compare versions

Comparing version 0.1.0-alpha.2 to 0.1.0-alpha.3

14

package.json
{
"name": "@arque/core",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "arque core package",

@@ -10,3 +10,3 @@ "author": "Roger Madjos <rrmadjos@protonmail.com>",

"test": "jest",
"build": "nx run build",
"build": "nx build",
"prepublishOnly": "npm run build"

@@ -20,4 +20,8 @@ },

],
"main": "index.js",
"types": "index.d.ts",
"main": "dist/index.js",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts",
"dist/**/*.js.map"
],
"dependencies": {

@@ -31,3 +35,3 @@ "async-mutex": "0.4.0",

},
"gitHead": "acf70c4477da9029158e0a344fea3d9f0bad29d1"
"gitHead": "d5269b1a8726bd75fb697b18ea0770066e008851"
}
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