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

@cloudflare/types

Package Overview
Dependencies
Maintainers
22
Versions
492
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/types - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

8

CHANGELOG.md

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

## [1.0.20](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.19...@cloudflare/types@1.0.20) (2019-04-22)
**Note:** Version bump only for package @cloudflare/types
## [1.0.19](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/types@1.0.18...@cloudflare/types@1.0.19) (2019-04-15)

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

4

package.json
{
"name": "@cloudflare/types",
"description": "",
"version": "1.0.19",
"version": "1.0.20",
"types": "./src",

@@ -23,3 +23,3 @@ "main": "lib/index.js",

},
"gitHead": "a403be568750685fe05bc621bb985c0e2b901d6a"
"gitHead": "bc743095b79efaec60bbe1dd2a088309f089f119"
}

@@ -7,3 +7,3 @@ // (A - keys of B)

// type result = Omit<A, keyof B> = {a: string, c: boolean}
export type Omit<A, B extends keyof A> = Pick<A, Exclude<keyof A, B>>;
export type Omit<A, B> = Pick<A, Exclude<keyof A, B>>;

@@ -10,0 +10,0 @@ /**

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