Socket
Socket
Sign inDemoInstall

es5-ext

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es5-ext - npm Package Compare versions

Comparing version 0.10.55 to 0.10.56

2

_postinstall.js

@@ -0,1 +1,3 @@

#!/usr/bin/env node
// Broadcasts "Call for peace" message when package is installed in Russia, otherwise no-op

@@ -2,0 +4,0 @@

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

### [0.10.56](https://github.com/medikoo/es5-ext/compare/v0.10.55...v0.10.56) (2022-03-07)
### Maintenance Improvements
- Add missing shebang to postinstall script ([e423fd7](https://github.com/medikoo/es5-ext/commit/e423fd7264c4f145921e461037d571b35b6a9833))
### [0.10.55](https://github.com/medikoo/es5-ext/compare/v0.10.54...v0.10.55) (2022-03-07)
### Maintenance Improvements
- Configure `.npmignore` file (exclude tests from publication) ([d3ed4b6](https://github.com/medikoo/es5-ext/commit/d3ed4b6a873900a2abf3957bbebdcf18c4e564e0))
### [0.10.54](https://github.com/medikoo/es5-ext/compare/v0.10.53...v0.10.54) (2022-03-07)

@@ -7,0 +19,0 @@

6

package.json
{
"name": "es5-ext",
"version": "0.10.55",
"version": "0.10.56",
"description": "ECMAScript extensions and shims",

@@ -32,3 +32,3 @@ "author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",

"eslint": "^8.10.0",
"eslint-config-medikoo": "^4.1.1",
"eslint-config-medikoo": "^4.1.2",
"git-list-updated": "^1.2.1",

@@ -41,3 +41,3 @@ "github-release-from-cc-changelog": "^2.2.1",

"prettier-elastic": "^2.2.1",
"tad": "^3.0.1"
"tad": "^3.1.0"
},

@@ -44,0 +44,0 @@ "husky": {

@@ -19,3 +19,5 @@ [![Build status][build-image]][build-url]

$ npm install es5-ext
```bash
npm install es5-ext
```

@@ -22,0 +24,0 @@ To port it to Browser or any other (non CJS) environment, use your favorite CJS bundler. No favorite yet? Try: [Browserify](http://browserify.org/), [Webmake](https://github.com/medikoo/modules-webmake) or [Webpack](http://webpack.github.io/)

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