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

api-reach

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-reach - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1-alpha.1

CHANGELOG.md

42

package.json
{
"name": "api-reach",
"version": "0.0.0",
"main": "index.js",
"license": "MIT"
"version": "0.0.1-alpha.1",
"repository": "https://github.com/dzek69/api-reach.git",
"author": "Jacek Nowacki @dzek69 <git-public@dzek.eu>",
"license": "MIT",
"main": "src/index.mjs",
"scripts": {
"test": "cross-env NODE_ENV=testing mocha 'src/**/*.spec.js'",
"docs": "node build-scripts/docs && jsdoc src README.md -t node_modules/docdash -d ./docs -u ./tutorials && node build-scripts/docs.after",
"transpile": "node build-scripts/transpile && babel src -d dist --ignore spec.js",
"prepublishOnly": "npm run test && npm run lint && npm run docs",
"prepack": "npm run transpile",
"lint": "eslint src/**/*.js src/*.js",
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/register": "^7.0.0",
"@dzek69/eslint-config-base": "^0.0.1",
"babel-plugin-rewire": "^1.2.0",
"cross-env": "^5.2.0",
"docdash": "^1.0.0",
"eslint": "^5.9.0",
"fs-extra": "^7.0.1",
"jsdoc": "^3.5.5",
"mocha": "^5.2.0",
"must": "^0.13.4",
"node-fetch": "^2.3.0"
},
"dependencies": {
"better-custom-error": "^1.0.0",
"light-isomorphic-fetch": "^1.0.0",
"qs": "^6.6.0"
},
"peerDependencies": {
"node-fetch": "^2.3.0"
}
}
.idea/api-client.iml
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