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

prismic.io

Package Overview
Dependencies
Maintainers
4
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prismic.io - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

dist/.tern-port

2

package.json

@@ -13,3 +13,3 @@ {

],
"version": "1.4.0",
"version": "1.4.1",
"devDependencies": {

@@ -16,0 +16,0 @@ "codeclimate-test-reporter": "~0.0.4",

@@ -15,13 +15,9 @@ ## JavaScript development kit for prismic.io

```sh
npm install prismic.io
npm install prismic.io --save
```
Or using __bower__:
Or you can find downloadable versions of the kit on our release page: [https://github.com/prismicio/javascript-kit/releases](https://github.com/prismicio/javascript-kit/releases).
```sh
bower install prismic.io
```
*A beta version is available: 2.0.0-beta2 on NPM, see [the new README](https://github.com/prismicio/javascript-kit/tree/newbuild) for usage information.*
Finally, you can find downloadable versions of the kit on our release page: [https://github.com/prismicio/javascript-kit/releases](https://github.com/prismicio/javascript-kit/releases).
### Usage

@@ -35,3 +31,2 @@

* [Node.js starter kit](https://github.com/prismicio/javascript-nodejs-starter)
* [Single page starter kit](https://github.com/prismicio/javascript-singlepage)
* [Static pages generation with baked.js](https://github.com/prismicio/baked.js)

@@ -38,0 +33,0 @@

@@ -376,3 +376,3 @@ (function (Global, undefined) {

if (id) {
this.getById(this.bookmarks[bookmark], options, callback);
this.getByID(this.bookmarks[bookmark], options, callback);
} else {

@@ -379,0 +379,0 @@ callback(new Error("Error retrieving bookmarked id"));

Sorry, the diff of this file is not supported yet

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