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

@magnetarjs/utils

Package Overview
Dependencies
Maintainers
3
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magnetarjs/utils - npm Package Compare versions

Comparing version 1.1.0 to 1.2.1

dist/internal/storeSplit.d.ts

1

dist/index.d.ts

@@ -6,2 +6,3 @@ export * from './internal/countHelpers.js';

export * from './internal/pathHelpers.js';
export * from './internal/storeSplit.js';
export * from './logger.js';

@@ -6,2 +6,3 @@ export * from './internal/countHelpers.js';

export * from './internal/pathHelpers.js';
export * from './internal/storeSplit.js';
export * from './logger.js';

21

package.json
{
"name": "@magnetarjs/utils",
"version": "1.1.0",
"version": "1.2.1",
"type": "module",

@@ -16,2 +16,7 @@ "sideEffects": false,

],
"scripts": {
"typecheck": "tsc --noEmit",
"build": "del-cli dist && tsc",
"test": "echo none"
},
"author": "Luca Ban - Mesqueeb",

@@ -22,6 +27,6 @@ "funding": "https://github.com/sponsors/mesqueeb",

"dependencies": {
"@magnetarjs/types": "*",
"fast-sort": "^3.4.0",
"is-what": "^5.0.0",
"path-to-prop": "^2.0.4",
"@magnetarjs/types": "1.1.0"
"path-to-prop": "^2.0.4"
},

@@ -39,9 +44,3 @@ "keywords": [

},
"gitHead": "7358494dc3072b8f1f8bb7ec64ca1ecba610b3e7",
"scripts": {
"typecheck": "tsc --noEmit",
"build": "del-cli dist && tsc",
"dev": "pnpm build --watch",
"test": "echo none"
}
}
"gitHead": "7358494dc3072b8f1f8bb7ec64ca1ecba610b3e7"
}
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