copy-anything
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "An optimised way to copy'ing an object. A small and simple integration", | ||
@@ -13,5 +13,5 @@ "module": "./dist/index.es.js", | ||
".": { | ||
"types": "./dist/types/index.d.ts", | ||
"import": "./dist/index.es.js", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/types/index.d.ts" | ||
"require": "./dist/index.cjs" | ||
} | ||
@@ -35,14 +35,14 @@ }, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.45.0", | ||
"@typescript-eslint/parser": "^5.45.0", | ||
"@typescript-eslint/eslint-plugin": "^5.59.2", | ||
"@typescript-eslint/parser": "^5.59.2", | ||
"del-cli": "^5.0.0", | ||
"eslint": "^8.28.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint": "^8.40.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-tree-shaking": "^1.10.0", | ||
"np": "^7.6.2", | ||
"prettier": "^2.8.0", | ||
"rollup": "^3.5.0", | ||
"np": "^7.7.0", | ||
"prettier": "^2.8.8", | ||
"rollup": "^3.21.5", | ||
"rollup-plugin-typescript2": "^0.34.1", | ||
"typescript": "^4.9.3", | ||
"vitest": "^0.25.3" | ||
"typescript": "^4.9.5", | ||
"vitest": "^0.31.0" | ||
}, | ||
@@ -49,0 +49,0 @@ "keywords": [ |
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
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
12085