@roots/container
Advanced tools
Comparing version 2.0.6 to 2.1.1
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
323594
19
2729
1