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 2.0.3 to 3.0.0

src/index.js

4

CHANGELOG.md
# periscopic changelog
## 3.0.0
* Remove CommonJS vestiges
## 2.0.3

@@ -4,0 +8,0 @@

16

package.json
{
"name": "periscopic",
"description": "periscopic",
"version": "2.0.3",
"version": "3.0.0",
"repository": "Rich-Harris/periscopic",
"main": "dist/periscopic.js",
"module": "dist/periscopic.mjs",
"module": "src/index.js",
"type": "module",
"exports": {
"import": "./dist/periscopic.mjs",
"require": "./dist/periscopic.js"
"import": "./src/index.js"
},
"types": "types/index.d.ts",
"files": [
"dist",
"src",
"types"

@@ -20,3 +19,2 @@ ],

"acorn": "^7.0.0",
"rollup": "^0.65.2",
"typescript": "^4.1.2",

@@ -26,6 +24,4 @@ "uvu": "^0.5.1"

"scripts": {
"build": "tsc && rollup -c",
"dev": "rollup -cw",
"test": "uvu test",
"prepublishOnly": "npm test && npm run build"
"prepublishOnly": "npm test && tsc"
},

@@ -32,0 +28,0 @@ "license": "MIT",

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