berish-guid
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "berish-guid", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Generate unique id", | ||
"main": "index.js", | ||
"dependencies": { | ||
"berish-ringle": "^2.0.0" | ||
}, | ||
"main": "dist/index", | ||
"typings": "dist/index", | ||
"scripts": { | ||
"prepublishOnly": "npm run compile", | ||
"compile": "npm run clean && tsc -p .", | ||
"watch": "tsc -w -p .", | ||
"clean": "rm -rf dist" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://quadraticstudio@bitbucket.org/berishev/berish-guid.git" | ||
}, | ||
"license": "MIT", | ||
"author": { | ||
"name": "Berishev Ravil" | ||
}, | ||
"dependencies": { | ||
"berish-ringle": "^1.0.3" | ||
} | ||
"files": [ | ||
"dist/index.js", | ||
"dist/index.d.ts", | ||
"dist/lib" | ||
] | ||
} |
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
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
1862
6
44
+ Addedberish-collection@2.0.1(transitive)
+ Addedberish-linq@2.0.0(transitive)
+ Addedberish-ringle@2.1.0(transitive)
- Removedberish-collection@1.0.2(transitive)
- Removedberish-linq@1.0.2(transitive)
- Removedberish-ringle@1.1.0(transitive)
Updatedberish-ringle@^2.0.0