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
907
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 2.0.6 to 2.1.1

lib/cjs/Container/index.js

34

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

@@ -25,12 +25,32 @@ "homepage": "https://roots.io/bud",

},
"keywords": [
"container",
"utility"
],
"files": [
"lib"
"lib/",
"types/",
"src/"
],
"main": "./lib/index.js",
"types": "./lib/types/index.d.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"exports": {
"require": "./lib/cjs/index.js",
"import": "./lib/esm/index-esm.js"
},
"types": "./types/index.d.ts",
"scripts": {
"build": "tsc",
"build": "run-s build:*",
"build:cjs": "tsc --build tsconfig.json",
"build:ejm": "tsc --build tsconfig-ejs.json",
"lint": "run-s lint:*",
"lint:eslint": "eslint 'src/**/*.{js,ts,tsx}' --fix",
"lint:prettier": "prettier 'src/**/*' --write",
"clean": "run-s clean:*",
"clean:lib": "rimraf ./lib",
"clean:modules": "rimraf ./node_modules",
"lint": "eslint ."
"clean:types": "rimraf ./types",
"pkg": "run-s pkg:*",
"pkg:check": "package-check --verbose",
"pkg:format": "prettier './lib/**/*.{js,ts}' --write"
},

@@ -40,3 +60,3 @@ "dependencies": {

},
"gitHead": "146e2c8f399dc75ba74778b4a2fb7b85337ae801"
"gitHead": "9d736f0b44384c1f66b94462145c11e618aa166d"
}
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