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

nanoclamp

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanoclamp - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

dist/nanoclamp.m.js

40

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/microlinkhq/nanoclamp",
"version": "2.0.2",
"version": "2.0.3",
"main": "dist/nanoclamp.js",

@@ -91,20 +91,2 @@ "module": "dist/nanoclamp.mjs",

],
"scripts": {
"build": "NODE_ENV=production rollup -c rollup.config.js --bundleConfigAsCjs",
"build-storybook": "NODE_ENV=production build-storybook",
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"dev": "start-storybook -p 6006",
"lint": "standard-markdown && ts-standard src && standard stories",
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
"prepare": "npx simple-git-hooks",
"prepublishOnly": "npm run build",
"prerelease": "npm run update:check && [[ -z \"${CI}\" ]] && npm run contributors || exit 0",
"pretest": "npm run lint",
"release": "standard-version -a",
"release:github": "conventional-github-releaser -p angular",
"release:tags": "git push --follow-tags origin HEAD:master",
"test": "exit 0",
"update": "ncu -u",
"update:check": "ncu -- --error-level 2"
},
"license": "MIT",

@@ -143,3 +125,19 @@ "commitlint": {

},
"types": "dist/index.d.ts"
}
"types": "dist/index.d.ts",
"scripts": {
"build": "NODE_ENV=production rollup -c rollup.config.js --bundleConfigAsCjs",
"build-storybook": "NODE_ENV=production build-storybook",
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"dev": "start-storybook -p 6006",
"lint": "standard-markdown && ts-standard src && standard stories",
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
"prerelease": "npm run update:check && [[ -z \"${CI}\" ]] && npm run contributors || exit 0",
"pretest": "npm run lint",
"release": "standard-version -a",
"release:github": "conventional-github-releaser -p angular",
"release:tags": "git push --follow-tags origin HEAD:master",
"test": "exit 0",
"update": "ncu -u",
"update:check": "ncu -- --error-level 2"
}
}
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