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

iterator.prototype

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iterator.prototype - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

7

CHANGELOG.md

@@ -8,2 +8,9 @@ # Changelog

## [v1.1.5](https://github.com/ljharb/Iterator.prototype/compare/v1.1.4...v1.1.5) - 2025-01-01
### Commits
- [Refactor] use `get-proto` directly [`c36361a`](https://github.com/ljharb/Iterator.prototype/commit/c36361a6a83b128c054cc8ebed15a16436332255)
- [Deps] update `reflect.getprototypeof` [`c3f9c2a`](https://github.com/ljharb/Iterator.prototype/commit/c3f9c2a4aa0b84585e4990f465ca28771337c4b9)
## [v1.1.4](https://github.com/ljharb/Iterator.prototype/compare/v1.1.3...v1.1.4) - 2024-12-11

@@ -10,0 +17,0 @@

2

index.js
'use strict';
var GetIntrinsic = require('get-intrinsic');
var gPO = require('reflect.getprototypeof');
var gPO = require('get-proto');
var hasSymbols = require('has-symbols');

@@ -6,0 +6,0 @@ var setFunctionName = require('set-function-name');

{
"name": "iterator.prototype",
"version": "1.1.4",
"version": "1.1.5",
"description": "`Iterator.prototype`, or a shared object to use.",

@@ -43,4 +43,4 @@ "main": "index.js",

"get-intrinsic": "^1.2.6",
"get-proto": "^1.0.0",
"has-symbols": "^1.1.0",
"reflect.getprototypeof": "^1.0.8",
"set-function-name": "^2.0.2"

@@ -47,0 +47,0 @@ },

@@ -5,3 +5,3 @@ 'use strict';

var hasSymbols = require('has-symbols')();
var getProto = require('reflect.getprototypeof');
var getProto = require('get-proto');

@@ -8,0 +8,0 @@ var iterProto = require('../');

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