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

@roots/container

Package Overview
Dependencies
Maintainers
5
Versions
944
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@roots/container - npm Package Compare versions

Comparing version 5.8.7 to 6.0.0

lib/container.d.ts

40

package.json
{
"name": "@roots/container",
"version": "5.8.7",
"version": "6.0.0",
"description": "Collections utility",

@@ -30,30 +30,40 @@ "homepage": "https://roots.io/bud",

"engines": {
"node": ">=14"
"node": ">=16"
},
"keywords": [
"container",
"utility"
"roots",
"bud",
"container"
],
"files": [
"lib/",
"types/"
"lib/"
],
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./types/index.d.ts",
"type": "module",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index.js"
".": "./lib/index.js",
"./container": "./lib/container.js"
},
"typesVersions": {
"*": {
".": [
"./lib/index.d.ts"
],
"container": [
"./lib/container.d.ts"
]
}
},
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/lodash": "4.14.182",
"@types/node": "16.11.36",
"lodash": "4.17.21",
"type-fest": "2.12.2"
"@types/lodash-es": "4.17.6",
"@types/node": "16.11.39",
"type-fest": "2.13.0"
},
"dependencies": {
"helpful-decorators": "2.1.0",
"lodash-es": "4.17.21",
"tslib": "2.4.0"
}
}
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