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

@rest-hooks/endpoint

Package Overview
Dependencies
Maintainers
2
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 1.0.12 to 1.0.13-beta.0

ts3.4/endpoint.d.ts

9

CHANGELOG.md

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

### [1.0.13-beta.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/endpoint@1.0.12...@rest-hooks/endpoint@1.0.13-beta.0) (2021-04-13)
### 💅 Enhancement
* Support TypeScript 3.7 ([#752](https://github.com/coinbase/rest-hooks/issues/752)) ([68a10e0](https://github.com/coinbase/rest-hooks/commit/68a10e06dc0718f5e480097e6056a7a7954d1161))
### [1.0.12](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/endpoint@1.0.11...@rest-hooks/endpoint@1.0.12) (2021-04-12)

@@ -8,0 +17,0 @@

20

package.json
{
"name": "@rest-hooks/endpoint",
"version": "1.0.12",
"version": "1.0.13-beta.0",
"description": "Declarative Network Interface Definitions",

@@ -10,2 +10,14 @@ "sideEffects": false,

"types": "lib/index.d.ts",
"typesVersions": {
">=4.0": {
"*": [
"lib/index.d.ts"
]
},
">=3.4": {
"*": [
"ts3.4/index.d.ts"
]
}
},
"files": [

@@ -15,2 +27,3 @@ "src",

"lib",
"ts3.4",
"LICENSE",

@@ -22,4 +35,5 @@ "README.md"

"build:bundle": "rollup -c",
"build:clean": "rimraf lib dist *.tsbuildinfo",
"build:clean": "rimraf lib dist ts3.4 *.tsbuildinfo",
"build": "yarn run build:lib && yarn run build:bundle",
"build:legacy-types": "yarn run downlevel-dts lib ts3.4",
"dev": "yarn run build:lib -w",

@@ -66,3 +80,3 @@ "prepare": "yarn run build:lib",

},
"gitHead": "fbfc12895344985575dcc9315fd7f6f1f49fdc28"
"gitHead": "68a10e06dc0718f5e480097e6056a7a7954d1161"
}
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