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.0 to 3.4.1

3

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

@@ -32,2 +32,3 @@ "main": "src/build.js",

"estest": "^10.3.1",
"rollup-plugin-preserve-shebangs": "^0.2.0",
"standard": "^14.3.4",

@@ -34,0 +35,0 @@ "tempy": "^0.6.0"

@@ -9,2 +9,3 @@ import { promises as fs } from 'fs'

import rmtree from '@tgrajewski/rmtree'
import preserveShebangs from 'rollup-plugin-preserve-shebangs'

@@ -18,2 +19,4 @@ const docFileRegex = /^(readme|license)/i

const plugins = [preserveShebangs.preserveShebangs()]
class Package {

@@ -158,3 +161,3 @@ constructor ({ cwd, hooks, tests }) {

const compile = await rollup({ input: fileURLToPath(input), treeshake: false, onwarn })
const compile = await rollup({ input: fileURLToPath(input), treeshake: false, onwarn, plugins })
const dir = fileURLToPath(new URL(dist + '/cjs'))

@@ -161,0 +164,0 @@ await compile.write({ preserveModules: true, dir, format: 'cjs' })

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