Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@emmetio/scanner

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emmetio/scanner - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

9

package.json
{
"name": "@emmetio/scanner",
"version": "1.0.2",
"version": "1.0.3",
"description": "Scans given text character-by-character",

@@ -16,4 +16,4 @@ "main": "./scanner.cjs",

"build": "rollup -c",
"clean": "rm -f ./scanner.* ./*.d.ts",
"prepublishOnly": "npm test && npm run clean && npm run build"
"clean": "rimraf ./scanner.* ./*.d.ts",
"prepublishOnly": "npm run clean && npm run build && npm test"
},

@@ -40,2 +40,3 @@ "repository": {

"mocha": "^10.2.0",
"rimraf": "^5.0.0",
"rollup": "^3.9.0",

@@ -49,3 +50,3 @@ "ts-node": "^10.9.1",

},
"gitHead": "406e38e35d0a7fc4ef4dab85a2fd3559b2531f66"
"gitHead": "94501c6c85789e5872784c378da271f1691df3a6"
}
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