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

restapify

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restapify - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

dist/CONST.d.ts

10

package.json
{
"name": "restapify",
"version": "0.0.16",
"main": "dist/src/index.js",
"version": "0.0.17",
"main": "dist/index.js",
"files": [

@@ -12,2 +12,4 @@ "dist",

"scripts": {
"postinstall": "yarn move:dashboard",
"move:dashboard": "yarn cpx './node_modules/restapify-dashboard/public/**' ./src/dashboard-public",
"test": "jest --silent --no-cache",

@@ -17,3 +19,3 @@ "test:manual": "yarn ts-node-dev --files test/run.ts",

"build": "yarn tsc",
"postbuild": "yarn cpy ./node_modules/restapify-dashboard/public ./dist --parents",
"postbuild": "yarn cpx './src/dashboard-public/**' ./dist/dashboard-public/",
"lint": "yarn eslint . --ext .js,.ts"

@@ -40,3 +42,3 @@ },

"@typescript-eslint/parser": "^4.7.0",
"cpy-cli": "^3.1.1",
"cpx": "^1.5.0",
"eslint": "^7.13.0",

@@ -43,0 +45,0 @@ "eslint-config-airbnb-base": "^14.2.1",

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