Socket
Socket
Sign inDemoInstall

picosanity

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

picosanity - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

CHANGELOG.md

@@ -9,2 +9,2 @@ # Change Log

- Support for Internet Explorer dropped. Only Edge >= 14 is now supported (Promise and fetch APIs needs to exist)
- Support for Node 6 and Internet Explorer dropped. Only Edge >= 14 is now supported (Promise and fetch APIs needs to exist)
{
"name": "picosanity",
"version": "2.0.0",
"version": "2.0.1",
"description": "Tiny Sanity client alternative should you only need to do queries",

@@ -26,3 +26,3 @@ "main": "lib/index.js",

"engines": {
"node": ">=6"
"node": ">=8"
},

@@ -39,13 +39,13 @@ "author": "Espen Hovlandsdal <espen@hovlandsdal.com>",

"devDependencies": {
"@babel/cli": "^7.6.3",
"@babel/cli": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-config-sanity": "^0.142.6",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-config-sanity": "^0.144.0",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"rimraf": "^3.0.0",
"webpack": "^4.41.0",
"webpack": "^4.41.2",
"webpack-command": "^0.5.0"
}
}
# picosanity
[![npm version](https://img.shields.io/npm/v/picosanity.svg?style=flat-square)](http://browsenpm.org/package/picosanity)[![Build Status](https://img.shields.io/travis/rexxars/picosanity/master.svg?style=flat-square)](https://travis-ci.org/rexxars/picosanity)
[![npm version](https://img.shields.io/npm/v/picosanity.svg?style=flat-square)](http://browsenpm.org/package/picosanity)[![Build Status](https://img.shields.io/travis/rexxars/picosanity/master.svg?style=flat-square)](https://travis-ci.org/rexxars/picosanity)![npm bundle size](https://img.shields.io/bundlephobia/minzip/picosanity?style=flat-square)

@@ -9,3 +9,3 @@ Tiny Sanity client alternative, if you only need to do queries and only need to support modern browsers.

- Node.js >= 6
- Node.js >= 8
- Modern browsers (Edge >= 14, Chrome, Safari, Firefox etc)

@@ -12,0 +12,0 @@

@@ -1,2 +0,2 @@

const Client = require('../lib')
const Client = require('../src')

@@ -3,0 +3,0 @@ const config = {projectId: '89qx0zd4', dataset: 'sweets', useCdn: true}

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