Socket
Socket
Sign inDemoInstall

magic-string

Package Overview
Dependencies
1
Maintainers
4
Versions
114
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.30.0 to 0.30.1

dist/magic-string.cjs.d.ts

21

package.json
{
"name": "magic-string",
"version": "0.30.0",
"version": "0.30.1",
"description": "Modify strings, generate sourcemaps",

@@ -18,7 +18,6 @@ "keywords": [

"jsnext:main": "./dist/magic-string.es.mjs",
"types": "./index.d.ts",
"types": "./dist/magic-string.cjs.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./index.d.ts",
"import": "./dist/magic-string.es.mjs",

@@ -34,3 +33,3 @@ "require": "./dist/magic-string.cjs.js"

"scripts": {
"build": "rollup -c",
"build": "rollup -c && cp ./src/index.d.ts ./dist/magic-string.es.d.mts && cp ./src/index.d.ts ./dist/magic-string.cjs.d.ts",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",

@@ -51,8 +50,8 @@ "format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js",

"benchmark": "^2.1.4",
"bumpp": "^8.2.1",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.23.1",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"publint": "^0.1.7",
"bumpp": "^9.1.1",
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.44.0",
"mocha": "^10.2.0",
"prettier": "^2.8.8",
"publint": "^0.1.15",
"rollup": "^2.79.1",

@@ -66,4 +65,4 @@ "source-map-js": "^1.0.2",

"dependencies": {
"@jridgewell/sourcemap-codec": "^1.4.13"
"@jridgewell/sourcemap-codec": "^1.4.15"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc