sails-stdlib
Advanced tools
Comparing version 0.6.0 to 0.7.0
{ | ||
"name": "sails-stdlib", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Standard library for Node/Sails applications. Hand-picked and maintained by the Sails.js core team.", | ||
@@ -27,3 +27,3 @@ "scripts": { | ||
"machinepack-console": "git://github.com/treelinehq/machinepack-console.git#ec09bcffcb89a446b3d3043b897094c266effeff", | ||
"machinepack-datetime": "git://github.com/sgress454/machinepack-datetime.git#618a3d78303cc476175d8e0f87bba8258cfea1d5", | ||
"machinepack-datetime": "git://github.com/sgress454/machinepack-datetime.git#7e4cb42fdd17f8e4eb7186579f6116282cc484cd", | ||
"machinepack-dictionaries": "git://github.com/treelinehq/machinepack-dictionaries.git#060809c406ace7d276027bc17a9abb6371c7aaa1", | ||
@@ -33,3 +33,3 @@ "machinepack-emailaddresses": "git://github.com/mikermcneil/machinepack-emailaddresses.git#f88649f4acfe428d31641e2abff718d9c86beeaf", | ||
"machinepack-gravatar": "git://github.com/irlnathan/machinepack-gravatar.git#de3e6607c59f354871af3b514808fa290838fb55", | ||
"machinepack-http": "git://github.com/mikermcneil/machinepack-http.git#8480eeb8faa8c846f2dfb4907f5962cbf8599fd9", | ||
"machinepack-http": "3.0.0", | ||
"machinepack-ifthen": "git://github.com/treelinehq/machinepack-ifthen.git#2faacb7c60a1d3f3118df7e585c1e228bc5a5940", | ||
@@ -40,12 +40,12 @@ "machinepack-json": "git://github.com/treelinehq/machinepack-json.git#cb9b172d24d8a5f6a12f3ad63d95d6985fb2bd70", | ||
"machinepack-numbers": "git://github.com/treelinehq/machinepack-numbers.git#cdbbccef1fa7e6cbc9549b2b70415c7316ebaa79", | ||
"machinepack-passwords": "git://github.com/mikermcneil/machinepack-passwords.git#bebca157df5ed12384b40afef94f27a421403bcd", | ||
"machinepack-passwords": "git://github.com/mikermcneil/machinepack-passwords.git#a79274800db769840996498f170258c74118bc2d", | ||
"machinepack-paths": "git://github.com/treelinehq/machinepack-paths.git#2d25ec774bbca6e3de00ff4f3b975e6f421f6da4", | ||
"machinepack-process": "git://github.com/treelinehq/machinepack-process.git#14981d01708f08ba19103fc2571b191bf9dacb3b", | ||
"machinepack-process": "git://github.com/treelinehq/machinepack-process.git#4c9fe46cb0f666e88bd5f0e31ffaf5eaaff1639f", | ||
"machinepack-reqres": "git://github.com/treelinehq/machinepack-reqres.git#dc85f97285e55b52f5ee56ef6fa9d9e3ed03a217", | ||
"machinepack-sails": "git://github.com/treelinehq/machinepack-sails.git#365d7241498cc5d63abbd3464ebb1c5c116a4ad3", | ||
"machinepack-sessionauth": "git://github.com/treelinehq/machinepack-sessionauth.git#e6b4752e1a6d401840ea51817f54db561548e52f", | ||
"machinepack-sockets": "git://github.com/sgress454/machinepack-sockets.git#fb11a52098943251189e2f0dcbb452341e9f033f", | ||
"machinepack-sockets": "git://github.com/sgress454/machinepack-sockets.git#bd4d047516339068ba2bcc457b0d8d8f3067cf07", | ||
"machinepack-strings": "git://github.com/treelinehq/machinepack-strings.git#6f429144064c573da4d92226b22d4a7a14d22e94", | ||
"machinepack-urls": "git://github.com/mikermcneil/machinepack-urls.git#49388b3bdba5c9a780834c2c5d29d388a1cf4d90", | ||
"machinepack-util": "git://github.com/treelinehq/machinepack-util.git#0a24a99c88f19296db985c26eb5a2179bb3dabc3", | ||
"machinepack-util": "git://github.com/treelinehq/machinepack-util.git#d9866079e883e7db185f91284cfab890f3f430f4", | ||
"machinepack-waterline": "git://github.com/treelinehq/machinepack-waterline.git#a1062c552c55e1ddb3e314d7fadd5e8f4d8f3863" | ||
@@ -52,0 +52,0 @@ }, |
@@ -5,3 +5,3 @@ # sails-stdlib | ||
> | ||
> The Sails standard library is experimental and may undergo rapid changes until the release of Sails v1.0 later this year (2016). | ||
> The Sails standard library is still experimental as of December 2016. | ||
@@ -36,5 +36,11 @@ Standard library for Node/Sails applications. | ||
> Please be aware that we can't merge any unsolicited PRs that contain changes to usage, including additional methods or options. | ||
> With this project, we're trying really hard to keep things consistent between individual methods, and that means being | ||
> vigilant about the effect of any usage change in the grand scheme of the library. | ||
> We always welcome any patch with a bug fix, typo correction, performance enhancement, better error message, | ||
> or that improves the readability of inline documentation/metadata/comments. | ||
> | ||
> But before submitting modifications to code, please be aware: | ||
> With this project, we've tried really hard to keep things consistent between individual methods, | ||
> and that means being vigilant about the effect of any usage change in the grand scheme of the library. | ||
> Thus we can't merge any unsolicited PRs that contain _additive or breaking_ changes to usage (including | ||
> new methods or options), without going through the process of submitting a proposal PR to the main Sails | ||
> repo first. See [**Contributing**](#contributing) below for more information. | ||
@@ -44,3 +50,3 @@ | ||
Please observe the guidelines and conventions laid out in the [Sails project contribution guide](http://sailsjs.com/contribute) when opening issues or submitting pull requests. | ||
Please observe the guidelines and conventions laid out in the [Sails project contribution guide](http://sailsjs.com/documentation/contributing) when opening issues or submitting pull requests. | ||
@@ -53,3 +59,3 @@ [![NPM](https://nodei.co/npm/sails-stdlib.png?downloads=true)](http://npmjs.com/package/sails-stdlib) | ||
First, please check out the [relevant documentation](#documentation). If you have further questions or are having trouble, click [here](http://sailsjs.com/support). | ||
First, please check out the [relevant documentation](#documentation). If you are having trouble or have questions, click [here](http://sailsjs.com/support)! | ||
@@ -209,4 +215,3 @@ | ||
Awesome! Tweet [@sailsjs](https://twitter.com/sailsjs) and let us know the minimum # of hours per week you'll | ||
be able to commit, and someone from the core team will contact you ASAP. | ||
Awesome! Please have a read through the [contribution guide](http://sailsjs.com/contribute), if you haven't already. If you're actively interested in helping to shape the future usage and roadmap for this library, we welcome youre input! Please [introduce yourself](https://sailsjs.com/contact), let us know a rough guess at the # of hours per week you'll be able to commit, and someone from the core team will contact you ASAP. | ||
@@ -213,0 +218,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
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 5 instances 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
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 6 instances in 1 package
18553
217
24
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedasn1@0.2.6(transitive)
+ Addedassert-plus@0.2.01.0.0(transitive)
+ Addedasync@2.6.4(transitive)
+ Addedaws-sign2@0.6.0(transitive)
+ Addedaws4@1.13.2(transitive)
+ Addedbcrypt-pbkdf@1.0.2(transitive)
+ Addedbl@1.1.2(transitive)
+ Addedboom@2.10.1(transitive)
+ Addedcaseless@0.11.0(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addedcommander@2.20.3(transitive)
+ Addedcore-util-is@1.0.21.0.3(transitive)
+ Addedcryptiles@2.0.5(transitive)
+ Addeddashdash@1.14.1(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedecc-jsbn@0.1.2(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedextend@3.0.2(transitive)
+ Addedextsprintf@1.3.0(transitive)
+ Addedforever-agent@0.6.1(transitive)
+ Addedform-data@1.0.1(transitive)
+ Addedgenerate-function@2.3.1(transitive)
+ Addedgenerate-object-property@1.2.0(transitive)
+ Addedgetpass@0.1.7(transitive)
+ Addedhar-validator@2.0.6(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedhawk@3.1.3(transitive)
+ Addedhoek@2.16.3(transitive)
+ Addedhttp-signature@1.1.1(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedis-my-ip-valid@1.0.1(transitive)
+ Addedis-my-json-valid@2.20.6(transitive)
+ Addedis-property@1.0.2(transitive)
+ Addedis-typedarray@1.0.0(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedisstream@0.1.2(transitive)
+ Addedjsbn@0.1.1(transitive)
+ Addedjson-schema@0.4.0(transitive)
+ Addedjson-stringify-safe@5.0.1(transitive)
+ Addedjsonpointer@5.0.1(transitive)
+ Addedjsprim@1.4.2(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedmachinepack-http@3.0.0(transitive)
+ Addedmachinepack-urls@6.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addednode-uuid@1.4.8(transitive)
+ Addedoauth-sign@0.8.2(transitive)
+ Addedpinkie@2.0.4(transitive)
+ Addedpinkie-promise@2.0.1(transitive)
+ Addedprocess-nextick-args@1.0.7(transitive)
+ Addedpunycode@1.4.1(transitive)
+ Addedqs@6.2.4(transitive)
+ Addedreadable-stream@2.0.6(transitive)
+ Addedrequest@2.74.0(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsntp@1.0.9(transitive)
+ Addedsshpk@1.18.0(transitive)
+ Addedstring_decoder@0.10.31(transitive)
+ Addedstringstream@0.0.6(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.0(transitive)
+ Addedtough-cookie@2.3.4(transitive)
+ Addedtunnel-agent@0.4.3(transitive)
+ Addedtweetnacl@0.14.5(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedverror@1.10.0(transitive)
+ Addedxtend@4.0.2(transitive)
Updatedmachinepack-http@3.0.0