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

@magnetarjs/core

Package Overview
Dependencies
Maintainers
2
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magnetarjs/core - npm Package Compare versions

Comparing version 0.3.7 to 0.5.9-beta.1

dist/index.d.ts

40

package.json
{
"name": "@magnetarjs/core",
"version": "0.3.7",
"version": "0.5.9-beta.1",
"sideEffects": false,
"description": "Magnetar core library.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "npm run rollup",
"test-and-build": "npm run test && npm run build",
"test": "ava",
"test--only": "ava --match='*only:*'",
"rollup": "rimraf dist && rollup -c build.js"
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"author": "Luca Ban - Mesqueeb",

@@ -23,6 +25,8 @@ "funding": "https://github.com/sponsors/mesqueeb",

"merge-anything": "^4.0.2",
"ts-toolbelt": "^9.6.0"
"ts-toolbelt": "^9.6.0",
"fast-sort": "^3.1.3",
"path-to-prop": "^2.0.2"
},
"devDependencies": {
"@magnetarjs/test-utils": "^0.1.18"
"@magnetarjs/test-utils": "0.5.9-beta.1"
},

@@ -66,7 +70,13 @@ "keywords": [

"require": [
"ts-node/register"
"esbuild-register"
],
"timeout": "60s"
},
"gitHead": "641b0f9aadf1a8ac1394eece5b126ee6dbd29c87"
}
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts",
"dev": "pnpm build --watch",
"test-and-build": "npm run test && npm run build",
"test": "ava",
"test--only": "ava --match='*only:*'"
}
}
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