Socket
Socket
Sign inDemoInstall

@brandingbrand/polyfills

Package Overview
Dependencies
Maintainers
97
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brandingbrand/polyfills - npm Package Compare versions

Comparing version 11.79.0 to 11.80.0

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Changelog

# [11.80.0](https://github.com/brandingbrand/shipyard/compare/v11.79.0...v11.80.0) (2023-01-17)
### Features
* **polyfills:** add reflect-metadata ([cc0eec0](https://github.com/brandingbrand/shipyard/commit/cc0eec0bc0cdffffde11c3dd62adf8b220b41d4a))
# [11.79.0](https://github.com/brandingbrand/shipyard/compare/v11.78.0...v11.79.0) (2023-01-10)

@@ -7,0 +16,0 @@

5

package.json
{
"name": "@brandingbrand/polyfills",
"version": "11.79.0",
"version": "11.80.0",
"license": "MIT",

@@ -8,4 +8,5 @@ "main": "./src/index.js",

"dependencies": {
"@brandingbrand/utils-base64": "11.79.0",
"@brandingbrand/utils-base64": "11.80.0",
"symbol-observable": "^4.0.0",
"reflect-metadata": "^0.1.13",
"tslib": "^2.0.0"

@@ -12,0 +13,0 @@ },

1

src/index.d.ts

@@ -7,1 +7,2 @@ import './object/from-entries.polyfill';

import 'symbol-observable';
import 'reflect-metadata';

@@ -7,2 +7,3 @@ import './object/from-entries.polyfill';

import 'symbol-observable';
import 'reflect-metadata';
//# sourceMappingURL=index.js.map

Sorry, the diff of this file is not supported yet

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