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

ipjs

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipjs - npm Package Compare versions

Comparing version 3.4.2 to 3.4.3

2

package.json
{
"name": "ipjs",
"version": "3.4.2",
"version": "3.4.3",
"description": "Universal JavaScript build and packaging system",

@@ -5,0 +5,0 @@ "main": "src/build.js",

@@ -40,3 +40,3 @@ import { parse } from 'acorn'

const data = await readFile(this.url)
const program = parse(data, { sourceType: 'module', ecmaVersion: 2020 })
const program = parse(data, { sourceType: 'module', ecmaVersion: 2020, allowHashBang: true })

@@ -43,0 +43,0 @@ const imports = []

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