@molassesapp/common
Advanced tools
Comparing version 0.1.4 to 0.2.4
{ | ||
"name": "@molassesapp/common", | ||
"version": "0.1.4", | ||
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM", | ||
"version": "0.2.4", | ||
"description": "This is the common package for the @molasses node work - do not install instead use molasses-js or molasses-server", | ||
"keywords": [], | ||
@@ -12,8 +12,5 @@ "author": "James Hrisho <james.hrisho@gmail.com>", | ||
"directories": { | ||
"lib": "lib", | ||
"lib": "src", | ||
"test": "__tests__" | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"publishConfig": { | ||
@@ -30,2 +27,3 @@ "access": "public" | ||
"compile": "tsc -p tsconfig.build.json", | ||
"prepublishOnly": "tsc", | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
@@ -36,3 +34,6 @@ }, | ||
}, | ||
"gitHead": "002b1d12bd0fbbf65b9f9193e848b280f0e4a9da" | ||
"gitHead": "a0bf259985a4ada73d7405ab30adf22a8fa37c1a", | ||
"dependencies": { | ||
"crc-32": "^1.2.0" | ||
} | ||
} |
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
30450
21
549
1
1
+ Addedcrc-32@^1.2.0
+ Addedcrc-32@1.2.2(transitive)