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

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.1.0 to 2.1.1-canary.0

babel.legacy.json

12

package.json
{
"name": "picosanity",
"version": "2.1.0",
"version": "2.1.1-canary.0",
"description": "Tiny Sanity client alternative should you only need to do queries",
"main": "lib/index.js",
"browser": "lib/browser.js",
"umd": "umd/client.js",
"unpkg": "umd/client.js",
"typings": "client.d.ts",
"browser": {
"./lib/index.js": "./lib/browser.js",
"./lib-legacy/index.js": "./lib-legacy/browser.js"
},
"scripts": {
"clean": "rimraf lib/ umd/",
"build": "npm run clean && npm run compile && NODE_ENV=production webpack",
"compile": "babel --copy-files -d lib/ src/",
"compile": "babel --config-file=./babel.modern.json --copy-files -d lib/ src/ && babel --config-file=./babel.legacy.json --copy-files -d lib-legacy/ src/",
"posttest": "eslint .",

@@ -27,3 +30,3 @@ "test": "jest",

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

@@ -37,2 +40,3 @@ "author": "Espen Hovlandsdal <espen@hovlandsdal.com>",

"dependencies": {
"get-it": "^5.0.3",
"node-fetch": "^2.6.0"

@@ -39,0 +43,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