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

@formatjs/intl-segmenter

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formatjs/intl-segmenter - npm Package Compare versions

Comparing version 11.7.1 to 11.7.2

lib/polyfill-force.js.map

1

lib/polyfill-force.js

@@ -8,1 +8,2 @@ import { Segmenter } from './src/segmenter';

});
//# sourceMappingURL=polyfill-force.js.map

@@ -11,1 +11,2 @@ import { Segmenter } from './src/segmenter';

}
//# sourceMappingURL=polyfill.js.map
export function shouldPolyfill() {
return !Intl.Segmenter;
}
//# sourceMappingURL=should-polyfill.js.map

@@ -33,1 +33,2 @@ export var replaceVariables = function (variables, input) {

// }
//# sourceMappingURL=segmentation-utils.js.map

@@ -271,1 +271,2 @@ import { __assign, __spreadArray } from "tslib";

}
//# sourceMappingURL=segmenter.js.map
// @generated
// @ts-nocheck
import './polyfill-force';
//# sourceMappingURL=test262-main.js.map

6

package.json
{
"name": "@formatjs/intl-segmenter",
"version": "11.7.1",
"version": "11.7.2",
"description": "Polyfill for Intl.Segmenter",

@@ -23,4 +23,4 @@ "keywords": [

"tslib": "2",
"@formatjs/intl-localematcher": "0.5.6",
"@formatjs/ecma402-abstract": "2.2.1"
"@formatjs/intl-localematcher": "0.5.7",
"@formatjs/ecma402-abstract": "2.2.2"
},

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

@@ -10,1 +10,2 @@ "use strict";

});
//# sourceMappingURL=polyfill-force.js.map

@@ -13,1 +13,2 @@ "use strict";

}
//# sourceMappingURL=polyfill.js.map

@@ -7,1 +7,2 @@ "use strict";

}
//# sourceMappingURL=should-polyfill.js.map

@@ -38,1 +38,2 @@ "use strict";

// }
//# sourceMappingURL=segmentation-utils.js.map

@@ -274,1 +274,2 @@ "use strict";

}
//# sourceMappingURL=segmenter.js.map

@@ -6,1 +6,2 @@ "use strict";

require("./polyfill-force");
//# sourceMappingURL=test262-main.js.map

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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