@lskjs/env
Advanced tools
Comparing version 2.85.1 to 3.0.0-alpha.3
{ | ||
"name": "@lskjs/env", | ||
"version": "2.85.1", | ||
"version": "3.0.0-alpha.3", | ||
"description": "LSK.js – env – Scripts for environment detecton", | ||
"keywords": [], | ||
"keywords": [ | ||
"environment variables", | ||
"env" | ||
], | ||
"publishConfig": { | ||
@@ -10,23 +13,33 @@ "access": "public", | ||
}, | ||
"repository": "https://github.com/lskjs/lskjs/tree/master/packages/env", | ||
"repository": "https://github.com/lskjs/lskjs/tree/master/libs/env", | ||
"license": "MIT", | ||
"author": "Igor Suvorov <hi@isuvorov.com>", | ||
"main": "index", | ||
"typings": "index", | ||
"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" | ||
"_type": "module", | ||
"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" | ||
} | ||
}, | ||
"gitHead": "a9b082721ebba17e1987c65f938cff3f03893ad1" | ||
} | ||
"files": [ | ||
"lib", | ||
"README.md", | ||
"LICENCE" | ||
], | ||
"dependencies": { | ||
"@lskjs/lodash": "^3.0.0-alpha.3", | ||
"@lskjs/tty": "^3.0.0-alpha.3" | ||
} | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 6 instances 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 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
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
96100
23
2
49
4
25
1
+ Added@lskjs/lodash@^3.0.0-alpha.3
+ Added@lskjs/tty@^3.0.0-alpha.3
+ Added@lskjs/lodash@3.18.0(transitive)
+ Added@lskjs/tty@3.2.2(transitive)
+ Addedtty@1.0.1(transitive)