Socket
Socket
Sign inDemoInstall

@sanity/import

Package Overview
Dependencies
Maintainers
7
Versions
1163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/import - npm Package Compare versions

Comparing version 0.0.1 to 0.112.0-next.269a50ce

.npmignore

49

package.json
{
"name": "@sanity/import",
"version": "0.0.1",
"version": "0.112.0-next.269a50ce",
"description": "Import documents to a Sanity dataset",
"main": "index.js",
"main": "lib/import.js",
"engines": {
"node": ">=4.0.0"
},
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"clean": "rimraf lib",
"test": "jest",
"posttest": "npm run lint",
"lint": "eslint ."
},
"keywords": [],
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT"
"keywords": [
"sanity",
"import",
"ndjson"
],
"dependencies": {
"@sanity/mutator": "^0.108.0",
"debug": "^3.0.1",
"get-uri": "^2.0.1",
"lodash": "^4.17.4",
"p-map": "^1.2.0",
"simple-concat": "^1.0.0",
"split2": "^2.1.1",
"stream-collect": "^1.3.1",
"through2": "^2.0.3"
},
"devDependencies": {
"@sanity/client": "^0.112.0-next.269a50ce",
"babel-preset-env": "^1.6.0",
"eslint": "^4.6.1",
"eslint-config-prettier": "^2.4.0",
"eslint-config-sanity": "^3.0.1",
"file-url": "^2.0.2",
"get-it": "^2.1.3",
"jest": "^21.0.1",
"prettier": "^1.6.1",
"rimraf": "^2.6.1"
},
"repository": {
"type": "git",
"url": "git@github.com:sanity-io/sanity.git"
}
}
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