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

@accjs/demo

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accjs/demo - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

LICENSE

42

package.json
{
"name": "@accjs/demo",
"version": "0.0.1",
"description": "demo",
"main": "dist/index.js",
"module": "dist/index.mjs",
"scripts": {
"test": "jest",
"build": "rimraf dist && tsup index.ts --format=esm,cjs"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public",
"scope": "@accjs",
"registry": "https://registry.npmjs.org"
},
"keywords": [],
"author": "",
"license": "MIT"
}
"name": "@accjs/demo",
"version": "0.0.2",
"description": "demo",
"main": "dist/index.js",
"module": "dist/index.mjs",
"files": [
"dist"
],
"publishConfig": {
"access": "public",
"scope": "@accjs",
"registry": "https://registry.npmjs.org"
},
"keywords": [],
"author": "",
"license": "MIT",
"scripts": {
"test": "jest",
"build": "rimraf dist && tsup index.ts --format=esm,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