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

iconv-corefoundation

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iconv-corefoundation - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

3

lib/errors.js

@@ -12,2 +12,3 @@ "use strict";

exports.NotRepresentableError = NotRepresentableError;
NotRepresentableError.prototype.name = NotRepresentableError.name;
/**

@@ -25,2 +26,3 @@ * Signals that the given encoded text is not valid in the chosen {@link StringEncoding}.

exports.InvalidEncodedTextError = InvalidEncodedTextError;
InvalidEncodedTextError.prototype.name = InvalidEncodedTextError.name;
const specifierKinds = [

@@ -41,2 +43,3 @@ "CFStringEncoding",

exports.UnrecognizedEncodingError = UnrecognizedEncodingError;
UnrecognizedEncodingError.prototype.name = UnrecognizedEncodingError.name;
//# sourceMappingURL=errors.js.map

2

package.json
{
"name": "iconv-corefoundation",
"version": "1.1.0",
"version": "1.1.1",
"description": "Character set conversion using the macOS CoreFoundation API",

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

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