Socket
Socket
Sign inDemoInstall

@atlaskit/polyfills

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/polyfills - npm Package Compare versions

Comparing version 3.0.5 to 4.0.0

5

CHANGELOG.md
# @atlaskit/polyfills
## 4.0.0
- [major] [7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use this package, please ensure you use at least this version of react and react-dom.
## 3.0.5

@@ -4,0 +9,0 @@ - Updated dependencies [76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):

2

dist/package.json
{
"name": "@atlaskit/polyfills",
"version": "3.0.5",
"version": "4.0.0",
"sideEffects": false
}

@@ -11,9 +11,9 @@ // @flow

<h3>Object.assign</h3>
<pre>{"import '@atlaskit/polyfills/object-assign';"}</pre>
<pre>"import '@atlaskit/polyfills/object-assign';"</pre>
<h3>Array.prototype.includes</h3>
<pre>{"import '@atlaskit/polyfills/array-prototype-includes';"}</pre>
<pre>"import '@atlaskit/polyfills/array-prototype-includes';"</pre>
<h3>Array.prototype.find</h3>
<pre>{"import '@atlaskit/polyfills/array-prototype-find';"}</pre>
<pre>"import '@atlaskit/polyfills/array-prototype-find';"</pre>
<h3>String.prototype.includes</h3>
<pre>{"import '@atlaskit/polyfills/string-prototype-includes';"}</pre>
<pre>"import '@atlaskit/polyfills/string-prototype-includes';"</pre>
</div>

@@ -26,5 +26,5 @@ )}

<div style={{ padding: '20px' }}>
<pre>{"import '@atlaskit/polyfills';"}</pre>
<pre>"import '@atlaskit/polyfills';"</pre>
</div>
)}
`;
{
"name": "@atlaskit/polyfills",
"version": "3.0.5",
"version": "4.0.0",
"description": "A package containing polyfills for native methods.",

@@ -20,6 +20,6 @@ "license": "Apache-2.0",

"peerDependencies": {
"react": "^16.4.0"
"react": "^16.8.0"
},
"devDependencies": {
"@atlaskit/docs": "^7.0.0"
"@atlaskit/docs": "^8.0.0"
},

@@ -29,2 +29,2 @@ "dependencies": {

}
}
}
{
"name": "@atlaskit/polyfills",
"version": "3.0.5",
"version": "4.0.0",
"sideEffects": false
}
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