New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bobril-g11n

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bobril-g11n - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

4

CHANGELOG.md
# CHANGELOG
## 5.0.1
Fixed jsonp return type to be compatible with TS 4.1.x
## 5.0.0

@@ -4,0 +8,0 @@

2

package.json
{
"name": "bobril-g11n",
"version": "5.0.0",
"version": "5.0.1",
"description": "Bobril globalization",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,2 +0,2 @@

export function jsonp(url: string): Promise<any> {
export function jsonp(url: string): Promise<void> {
return new Promise((r, e) => {

@@ -3,0 +3,0 @@ let script = document.createElement('script');

{
"compilerOptions": {
"allowJs": false,
"allowSyntheticDefaultImports": true,
"checkJs": false,

@@ -5,0 +6,0 @@ "declaration": true,

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