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

crypto-news-api

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-news-api - npm Package Compare versions

Comparing version 1.0.4 to 1.0.7

bower_components/bluebird/changelog.md

10

bower.json
{
"name": "crypto-news-api",
"description": "API to get a crypto newsfeed in your app",
"main": "dist/index.js",
"main": "dist/bundle.js",
"authors": [

@@ -21,3 +21,9 @@ "Steven Enamakel <enamakel@cryptocontrol.io>"

"tests"
]
],
"dependencies": {
"qs": "^0.4.8",
"isomorphic-fetch": "^2.2.1",
"bluebird": "^3.5.1",
"debug": "*"
}
}

23

package.json
{
"name": "crypto-news-api",
"version": "1.0.4",
"version": "1.0.7",
"description": "API to get a crypto newsfeed in your app",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/node/index.node.js",
"types": "dist/node/index.node.d.ts",
"scripts": {
"build": "tsc"
"build": "rimraf dist; webpack; tsc"
},

@@ -28,5 +28,11 @@ "repository": {

"@types/debug": "0.0.30",
"@types/isomorphic-fetch": "^0.0.34",
"@types/node-fetch": "^1.6.9",
"@types/qs": "^6.5.1",
"typescript": "^2.8.3"
"@types/whatwg-fetch": "^0.0.33",
"exports-loader": "^0.7.0",
"rimraf": "^2.6.2",
"ts-loader": "^4.3.0",
"typescript": "^2.8.3",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.4"
},

@@ -36,6 +42,7 @@ "dependencies": {

"debug": "^3.1.0",
"isomorphic-fetch": "^2.2.1",
"es6-promises": "^1.0.10",
"node-fetch": "^2.1.2",
"qs": "^6.5.2"
"qs": "^6.5.2",
"whatwg-fetch": "^2.0.4"
}
}

@@ -7,7 +7,20 @@ {

],
"types": [
"node"
],
"module": "commonjs",
"declaration": true,
"outDir": "./dist",
"noImplicitAny": true,
"removeComments": true,
"outDir": "./dist/node",
"strict": true
}
},
"files": [
"index.node.ts"
],
"exclude": [
"index.browser.ts",
"node_modules",
"test.ts"
]
}

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