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

regexp-sourcemaps

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regexp-sourcemaps - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

26

package.json
{
"name": "regexp-sourcemaps",
"version": "1.0.0",
"version": "1.0.1",
"description": "Similar to str.replace(regex, replace) but with sourcemap support",
"homepage": "https://bitbucket.org/lsystems/regexp-sourcemaps",
"author": "L.systems SARL",
"contributors": [
"Quentin Raynaud <quentin.raynaud@lsystems.fr>"
],
"main": "lib/regexp-sourcemaps",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"repository": {
"type": "hg",
"url": "https://bitbucket.org/lsystems/regexp-sourcemaps"
},
"bugs": {
"url": "https://bitbucket.org/lsystems/regexp-sourcemaps/issues?status=new&status=open"
},
"keywords": [

@@ -14,7 +23,2 @@ "regexp",

],
"author": "L.systems SARL",
"contributors": [
"Quentin Raynaud <quentin.raynaud@lsystems.fr>"
],
"license": "BSD",
"dependencies": {

@@ -25,3 +29,7 @@ "source-map": "^0.4.2"

"lodash": "^3.7.0"
}
},
"scripts": {
"test": "node test/test.js"
},
"license": "MIT"
}

@@ -12,3 +12,3 @@ ## regexp-sourcemaps

var someReplacer(/some(.*?)content/, 'my $1 result', 'regexpName');
var someReplacer = new Replacer(/some(.*?)content/, 'my $1 result', 'regexpName');

@@ -15,0 +15,0 @@ var res = someReplacer.replace('somesupercontent', '/path/to/file');

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