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

periscopic

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

periscopic - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

35

CHANGELOG.md
# periscopic changelog
## 3.0.4
- Update `is-reference` ([#15](https://github.com/Rich-Harris/periscopic/pull/15))
- Work around broken `eslintplugin-import` ([#14](https://github.com/Rich-Harris/periscopic/pull/14))
## 3.0.3
* Fix global detection ([#12](https://github.com/Rich-Harris/periscopic/pull/12))
- Fix global detection ([#12](https://github.com/Rich-Harris/periscopic/pull/12))
## 3.0.2
* Tidy up types
- Tidy up types
## 3.0.1
* Update `estree-walker` to 3.0.0 to solve transitive dependency issues ([#11](https://github.com/Rich-Harris/periscopic/pull/11))
- Update `estree-walker` to 3.0.0 to solve transitive dependency issues ([#11](https://github.com/Rich-Harris/periscopic/pull/11))
## 3.0.0
* Remove CommonJS vestiges
- Remove CommonJS vestiges
## 2.0.3
* Convert to JavaScript
- Convert to JavaScript
## 2.0.2
* Performance improvements ([#5](https://github.com/Rich-Harris/periscopic/pull/5))
- Performance improvements ([#5](https://github.com/Rich-Harris/periscopic/pull/5))
## 2.0.1
* Fix reference extraction
- Fix reference extraction
## 2.0.0
* Match API used by Svelte's internal helpers ([#4](https://github.com/Rich-Harris/periscopic/pull/4))
* Change `globals` to a `Map<string, Node>`
* Change value of `scope.declarations` to the variable declaration, not declarator
- Match API used by Svelte's internal helpers ([#4](https://github.com/Rich-Harris/periscopic/pull/4))
- Change `globals` to a `Map<string, Node>`
- Change value of `scope.declarations` to the variable declaration, not declarator
## 1.1.0
* Add `add_declaration` method and `initialised_declarations` set to `Scope` ([#2](https://github.com/Rich-Harris/periscopic/pull/2))
* Fix false positive global detection ([#1](https://github.com/Rich-Harris/periscopic/pull/1))
- Add `add_declaration` method and `initialised_declarations` set to `Scope` ([#2](https://github.com/Rich-Harris/periscopic/pull/2))
- Fix false positive global detection ([#1](https://github.com/Rich-Harris/periscopic/pull/1))
## 1.0.2
* Handle parameter-less catch clauses
- Handle parameter-less catch clauses
## 1.0.1
* Only attach scope-creating nodes to the scope map
- Only attach scope-creating nodes to the scope map
## 1.0.0
* First release
- First release
{
"name": "periscopic",
"description": "periscopic",
"version": "3.0.3",
"version": "3.0.4",
"repository": "Rich-Harris/periscopic",
"main": "src/index.js",
"module": "src/index.js",

@@ -29,4 +30,4 @@ "type": "module",

"estree-walker": "^3.0.0",
"is-reference": "^1.1.4"
"is-reference": "^3.0.0"
}
}

@@ -43,2 +43,1 @@ /** @param {import('estree').Node} expression */

}
export type Node = import('estree').Node;
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