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

@rest-hooks/endpoint

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rest-hooks/endpoint - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

lib/endpoint.d.ts

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## <small>0.3.2 (2020-07-14)</small>
* fix: Publish endpoint ambient typescript declarations ([2e982ca](https://github.com/coinbase/rest-hooks/commit/2e982ca))
## <small>0.3.1 (2020-07-13)</small>

@@ -8,0 +16,0 @@

6

package.json
{
"name": "@rest-hooks/endpoint",
"version": "0.3.1",
"version": "0.3.2",
"description": "Declarative Network Interface Definitions",

@@ -18,3 +18,3 @@ "sideEffects": false,

"scripts": {
"build:lib": "cross-env NODE_ENV=production ROOT_PATH_PREFIX='@rest-hooks/core' babel --root-mode upward src --out-dir lib --source-maps inline --extensions '.ts,.tsx,.js' --ignore '**/__tests__/**' --ignore '**/*.d.ts'",
"build:lib": "cp src/endpoint.d.ts lib/endpoint.d.ts && cross-env NODE_ENV=production ROOT_PATH_PREFIX='@rest-hooks/core' babel --root-mode upward src --out-dir lib --source-maps inline --extensions '.ts,.tsx,.js' --ignore '**/__tests__/**' --ignore '**/*.d.ts'",
"build:bundle": "rollup -c",

@@ -58,3 +58,3 @@ "build:clean": "rimraf lib dist *.tsbuildinfo",

},
"gitHead": "3b786d17b9ee4f9e4b8cd86fd6cca383c777b6f8"
"gitHead": "d0ab94539fe03f3366e2abf0cd206b19a2bee876"
}
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