Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
prismic.io
Advanced tools
You can install a stable version using npm:
npm install prismic.io --save
Finally, you can find downloadable versions of the kit on our release page: https://github.com/prismicio/javascript-kit/releases.
The kit is universal, it can be used:
For new project, you can start from a sample project:
To fetch documents from your repository, you need to fetch the Api data first. All asynchronous calls return ES2015 promises.
var Prismic = require('prismic.io');
Prismic.api("http://lesbonneschoses.prismic.io/api").then(function(api) {
return api.query(""); // An empty query will return all the documents
}).then(function(response) {
console.log("Documents: ", response.documents);
}, function(err) {
console.log("Something went wrong: ", err);
});
See the (https://prismic.io/docs)[developer documentation] or the (http://prismicio.github.io/javascript-kit/)[API documentation] for more details on how to use it.
Contribution is open to all developer levels, read our "Contribute to the official kits" documentation to learn more.
Source files are in the lib/
directory. You only need Node.js and npm
to work on the codebase.
npm install
npm test
Please document any new feature or bugfix using the JSDoc syntax. You don't need to generate the documentation, we'll do that.
If you feel an existing area of code is lacking documentation, feel free to write it; but please do so on its own branch and pull-request.
If you find existing code that is not optimally documented and wish to make it better, we really appreciate it; but you should document it on its own branch and its own pull request.
This software is licensed under the Apache 2 license, quoted below.
Copyright 2013-2016 Zengularity (http://www.zengularity.com).
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
FAQs
JavaScript development kit for prismic.io
The npm package prismic.io receives a total of 542 weekly downloads. As such, prismic.io popularity was classified as not popular.
We found that prismic.io demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.