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

lazily

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lazily - npm Package Compare versions

Comparing version 0.0.26 to 1.0.0

2

dist/index.d.ts

@@ -7,3 +7,3 @@ export declare type SequenceFnType<T> = () => IterableIterator<T>;

constructor(seq: SequenceFnType<T>);
[Symbol.iterator](): IterableIterator<T>;
[Symbol.iterator](): Generator<T, void, unknown>;
concat(seq: Iterable<T>): Seq<T>;

@@ -10,0 +10,0 @@ every(fn: PredicateType<T>): boolean;

{
"name": "lazily",
"version": "0.0.26",
"version": "1.0.0",
"author": "Jeswin<jeswinpk@agilehead.com>",

@@ -11,11 +11,11 @@ "scripts": {

"dependencies": {
"@types/node": "^10.5.2"
"@types/node": "^13.13.4"
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/mocha": "^7.0.2",
"@types/should": "^13.0.0",
"mocha": "5.2.0",
"should": "13.2.1"
"mocha": "^7.1.2",
"should": "^13.2.3"
},
"license": "MIT"
}

Sorry, the diff of this file is not supported yet

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