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

utilsac

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utilsac - npm Package Compare versions

Comparing version 10.5.1 to 10.5.2

0

blobs.js

@@ -0,0 +0,0 @@ export {

@@ -0,0 +0,0 @@ Creative Commons Legal Code

26

package.json
{
"name": "utilsac",
"version": "10.5.1",
"version": "10.5.2",
"description": "Utility functions",

@@ -8,3 +8,3 @@ "type": "module",

"scripts": {
"test": "echo see tests",
"test": "ava",
"perftest": "node --experimental-modules ./tests/performance/deepCopy.js"

@@ -30,4 +30,26 @@ },

"devDependencies": {
"ava": "^2.2.0",
"leistung": "^2.0.0"
},
"ava": {
"files": [
"tests/specification/**"
],
"require": [
"esm"
],
"babel": {
"testOptions": {
"presets": [
[
"module:ava/stage-4",
{
"modules": false
}
]
]
}
},
"compileEnhancements": 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