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

pop.svg

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

pop.svg - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

dist/index.d.ts

2

package.json
{
"name": "pop.svg",
"version": "0.1.12",
"version": "0.1.13",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

{
"compilerOptions": {
"target": "es2015",
"module": "none",
"module": "commonjs",
"declaration": true,
"outDir": "./",

@@ -6,0 +7,0 @@ "strict": true

@@ -16,7 +16,2 @@ const path = require('path');

},
optimization: {
splitChunks: {
chunks: 'all'
}
},
devtool: 'inline-source-map',

@@ -41,8 +36,4 @@ mode: env.production ? 'production' : 'development',

})
],
devServer: {
port: 3000,
inline: true
}
]
};
};

Sorry, the diff of this file is too big to display

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