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

@blad3mak3r/reddit-memes

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blad3mak3r/reddit-memes - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

lib/__tests__/api.test.d.ts

39

package.json
{
"name": "@blad3mak3r/reddit-memes",
"version": "0.1.4",
"keywords": ["reddit", "random", "meme", "memes", "reddit-memes", "typescript", "async"],
"version": "0.1.5",
"keywords": [
"reddit",
"random",
"meme",
"memes",
"reddit-memes",
"typescript",
"async"
],
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist/**/*"],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"dependencies": {

@@ -14,10 +24,25 @@ "axios": "^0.19.2"

"@types/axios": "^0.14.0",
"@types/jest": "^25.2.1",
"@types/node": "^13.11.1",
"jest": "^25.3.0",
"prettier": "^2.0.4",
"rimraf": "^3.0.2",
"ts-jest": "^25.3.1",
"ts-node": "^8.8.2",
"tslint": "^6.1.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"
},
"scripts": {
"test": "npm run build && ts-node examples/test.ts",
"examples": "npm run build && ts-node examples/index.ts",
"test": "jest --config jest.json",
"prebuild": "rimraf ./lib && npm run test",
"build": "tsc",
"prepublish": "npm run build",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags",
"build:npm": "npm publish --access public"

@@ -24,0 +49,0 @@ },

dist/api.d.ts
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