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

basisjs-tools-instrumenter

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basisjs-tools-instrumenter - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

HISTORY.md

3

html-process.js

@@ -28,3 +28,4 @@ var html = require('basisjs-tools-ast').html;

if (attrName) {
script.attribs[attrName] += '\n,devInfoResolver:' + registratorName;
var oldValue = script.attribs[attrName].trim();
script.attribs[attrName] = (oldValue ? '\n,' : '') + 'devInfoResolver:' + registratorName;
}

@@ -31,0 +32,0 @@ }

{
"name": "basisjs-tools-instrumenter",
"description": "JavaScript source code location instrumenter for basisjs-tools",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/basisjs/basisjs-tools-instumenter",

@@ -6,0 +6,0 @@ "repository": "basisjs/basisjs-tools-instrumenter",

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