@lskjs/utils2
Advanced tools
Comparing version 2.85.1 to 3.0.0-alpha.8
{ | ||
"name": "@lskjs/utils2", | ||
"version": "2.85.1", | ||
"version": "3.0.0-alpha.8", | ||
"description": "LSK.js – utils – helpers and functions", | ||
"keywords": [], | ||
"author": "Igor Suvorov <hi@isuvorov.com>", | ||
"scripts": { | ||
"build": " lsk run build", | ||
"dev": " lsk run dev", | ||
"release": " lsk run release", | ||
"test": " lsk run test", | ||
"test:watch": " lsk run test:watch" | ||
}, | ||
"dependencies": { | ||
"@lskjs/lodash": "^3.0.0-alpha.8", | ||
"fishbird": "^0.19.0" | ||
}, | ||
"publishConfig": { | ||
@@ -10,31 +21,37 @@ "access": "public", | ||
}, | ||
"repository": "https://github.com/lskjs/lskjs/tree/master/packages/utils", | ||
"license": "MIT", | ||
"author": "Igor Suvorov <hi@isuvorov.com>", | ||
"scripts": { | ||
"bootstrap": "lsk run bootstrap", | ||
"build": "lsk run build", | ||
"dev": "lsk run dev", | ||
"dev:server": "lsk run dev:server", | ||
"i18": "lsk run i18", | ||
"prepublishOnly": "lsk run prepublishOnly", | ||
"release": "lsk run release", | ||
"release:yes": "lsk run release:yes", | ||
"start": "node index.js", | ||
"storybook": "lsk run storybook", | ||
"test": "lsk run test", | ||
"test:watch": "lsk run test:watch", | ||
"watch": "lsk run watch" | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"exports": { | ||
".": { | ||
"default": "./lib/index.js", | ||
"require": "./lib/index.js", | ||
"import": "./lib/index.mjs", | ||
"node": "./lib/index.js", | ||
"types": "./lib/index.d.ts" | ||
}, | ||
"./*": { | ||
"default": "./lib/*.js", | ||
"require": "./lib/*.js", | ||
"import": "./lib/*.mjs", | ||
"node": "./lib/*.js", | ||
"types": "./lib/*.d.ts" | ||
} | ||
}, | ||
"devDependencies": { | ||
"@types/bluebird": "3.5.33", | ||
"@types/lodash": "4.14.167", | ||
"bluebird": "3.7.2", | ||
"lodash": "4.17.21" | ||
"files": [ | ||
"lib", | ||
"README.md", | ||
"LICENCE" | ||
], | ||
"repository": "https://github.com/lskjs/lskjs/tree/master/libs/utils2", | ||
"//": "//", | ||
"eslintConfig": { | ||
"extends": "@lskjs/eslint-config" | ||
}, | ||
"optionalDeps": { | ||
"lodash": "4.17.x", | ||
"bluebird": "3.7.x" | ||
}, | ||
"gitHead": "a9b082721ebba17e1987c65f938cff3f03893ad1" | ||
"size-limit": [ | ||
{ | ||
"path": "lib/index.js", | ||
"limit": "1.5kb" | ||
} | ||
], | ||
"gitHead": "5f9efd957da88f515074b7c05111d711d3128b0f" | ||
} |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
0
38
23589
2
54
6
1
+ Added@lskjs/lodash@^3.0.0-alpha.8
+ Addedfishbird@^0.19.0
+ Added@lskjs/lodash@3.18.0(transitive)
+ Addedfishbird@0.19.0(transitive)