Socket
Socket
Sign inDemoInstall

web-encoding

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-encoding - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

src/lib.mjs

13

package.json
{
"name": "web-encoding",
"version": "1.1.1",
"version": "1.1.2",
"description": "TextEncoder and TextDecoder APIs from Encoding Standard APIs in a universal package",

@@ -10,11 +10,9 @@ "keywords": [

"type": "module",
"browser": "./src/lib.browser.js",
"react-native": "./src/lib.react-native.js",
"main": "./src/lib.cjs",
"module": "./src/lib.js",
"module": "./src/lib.mjs",
"types": "./src/lib.d.ts",
"exports": {
".": {
"browser": "./src/lib.browser.js",
"import": "./src/lib.js",
"import": "./src/lib.mjs",
"require": "./src/lib.cjs"

@@ -39,6 +37,7 @@ }

"devDependencies": {
"assert": "^2.0.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"mocha": "8.2.1",
"playwright-test": "1.2.0",
"mocha": "8.3.2",
"playwright-test": "2.1.0",
"react-native": "^0.63.4"

@@ -45,0 +44,0 @@ },

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

import { TextEncoder, TextDecoder } from "../src/lib.js"
import { TextEncoder, TextDecoder } from "../src/lib.mjs"
import assert from "assert"

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

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