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

@deboxsoft/module-core

Package Overview
Dependencies
Maintainers
1
Versions
281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deboxsoft/module-core - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

6

index.js

@@ -256,7 +256,3 @@ 'use strict';

// Transform each token independently.
return result
.slice(start, end)
.split("\0")
.map(transform)
.join(delimiter);
return result.slice(start, end).split("\0").map(transform).join(delimiter);
}

@@ -263,0 +259,0 @@ /**

34

package.json
{
"name": "@deboxsoft/module-core",
"version": "2.2.2",
"version": "2.2.3",
"license": "SEE LICENSE IN LICENSE",

@@ -30,17 +30,2 @@ "maintainers": [

],
"scripts": {
"dev": "yarn build:rollup --watch",
"build": "yarn r:run-p build:rollup build:tsc",
"build:rollup": "yarn r:rollup -c",
"build:tsc": "yarn clean && yarn r:tsc --declaration --emitDeclarationOnly --declarationDir ./types",
"clean": "yarn r:rimraf types",
"lint": "yarn r:run-p lint:eslint lint:tsc",
"lint:eslint": "yarn r:eslint --fix 'src/**/*.ts'",
"lint:tsc": "yarn r:tsc --declaration false --noEmit",
"publish:dev": "npm publish --tag canary",
"release:dev": "yarn r:run-s build version:dev publish:dev",
"version:dev": "yarn version prerelease",
"test:ava": "yarn r:ava",
"test": "yarn test:ava"
},
"dependencies": {

@@ -58,2 +43,3 @@ "change-case": "^4.1.1",

"devDependencies": {
"@nurdiansyah/bump": "^6.1.2",
"@nurdiansyah/rollup": "^1.6.8",

@@ -67,3 +53,15 @@ "@types/node": "^14.14.20",

},
"gitHead": "1d67b4a4b195ed78f368d13c1fecfde387147ec7"
}
"gitHead": "1d67b4a4b195ed78f368d13c1fecfde387147ec7",
"scripts": {
"build": "run-p build:rollup build:tsc",
"build:rollup": "rollup -c",
"build:tsc": "rimraf types && tsc",
"lint": "eslint --fix 'src/**/*.ts'",
"test": "uvu -r ts-node/register",
"bump": "pnpm run build && bump",
"release:patch": "pnpm run bump -- patch -tp && pnpm publish",
"release:minor": "pnpm run bump -- minor -tp && pnpm publish",
"release:major": "pnpm run bump -- major -tp && pnpm publish",
"release:dev": "git add . && pnpm run bump -- -cp prerelease && pnpm publish --tag dev --no-git-checks"
}
}

Sorry, the diff of this file is not supported yet

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