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

convert-source-map

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convert-source-map - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

index.js

@@ -79,1 +79,3 @@ 'use strict';

};
exports.__defineGetter__('commentRegex', function () { return commentRx; });

2

package.json
{
"name": "convert-source-map",
"version": "0.2.1",
"version": "0.2.2",
"description": "Converts a source-map from/to different formats and allows adding/changing properties.",

@@ -5,0 +5,0 @@ "main": "convert-source-map.js",

@@ -76,1 +76,5 @@ # convert-source-map [![build status](https://secure.travis-ci.org/thlorenz/convert-source-map.png)](http://travis-ci.org/thlorenz/convert-source-map)

Returns `src` with all source map comments removed
### commentRegex
Returns the regex used to find source map comments.
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