Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sails-stdlib

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sails-stdlib - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

14

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc