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

@kaciras/utilities

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaciras/utilities - npm Package Compare versions

Comparing version 0.6.5 to 0.7.0

lib/browser.d.ts

30

package.json
{
"name": "@kaciras/utilities",
"version": "0.6.5",
"version": "0.7.0",
"license": "MIT",

@@ -15,25 +15,25 @@ "description": "A set of common JS functions for node and browser.",

"exports": {
"./*": "./dist/*.js"
"./*": "./lib/*.js"
},
"type": "module",
"files": [
"dist"
"lib"
],
"devDependencies": {
"@jest/globals": "^29.4.3",
"@kaciras/eslint-config-core": "^2.5.0",
"@kaciras/eslint-config-jest": "^2.5.0",
"@kaciras/eslint-config-typescript": "^2.5.0",
"@jest/globals": "^29.5.0",
"@kaciras/eslint-config-core": "^2.5.1",
"@kaciras/eslint-config-jest": "^2.5.1",
"@kaciras/eslint-config-typescript": "^2.5.1",
"@rollup/plugin-replace": "^5.0.2",
"@stryker-mutator/core": "^6.4.1",
"@stryker-mutator/jest-runner": "^6.4.1",
"@swc/core": "^1.3.36",
"@swc/core": "^1.3.40",
"@swc/jest": "^0.2.24",
"@types/node": "^18.14.1",
"eslint": "^8.34.0",
"@types/node": "^18.15.3",
"eslint": "^8.36.0",
"is-builtin-module": "^3.2.1",
"jest": "^29.4.3",
"mockttp": "^3.6.3",
"rollup": "^3.17.2",
"typescript": "^4.9.5"
"jest": "^29.5.0",
"mockttp": "^3.7.0",
"rollup": "^3.19.1",
"typescript": "^5.0.2"
},

@@ -44,4 +44,4 @@ "scripts": {

"test:mutation": "stryker run",
"build": "tsc && node build-dist.js"
"build": "tsc --build tsconfig-build.json && node build-lib.js"
}
}

@@ -19,3 +19,3 @@ # Utilities

This package is pure ESM, It cannot be `require()`'d from CommonJS.
This package is pure ESM, it cannot be `require()`'d from CommonJS.

@@ -26,3 +26,3 @@ ```

The package has 2 entry points, "./node" for Node runtime and "./browser" for browsers. Most functions work for both, there are still a few functions that only work in specific runtime.
The package has 2 entry points, "./node" for NodeJS and "./browser" for browsers. Most functions work for both, but there are still a few functions that only work in one runtime.

@@ -29,0 +29,0 @@ ```javascript

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