Socket
Socket
Sign inDemoInstall

sorcery

Package Overview
Dependencies
20
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.1 to 0.9.2

2

CHANGELOG.md
# changelog
## 0.9.1
## 0.9.1-2

@@ -5,0 +5,0 @@ * Fix case-sensitive filenames

@@ -760,2 +760,3 @@ 'use strict';

exports.load = load;
exports.loadSync = loadSync;
exports.loadSync = loadSync;
//# sourceMappingURL=sorcery.cjs.js.map

@@ -756,2 +756,3 @@ import { resolve, dirname, relative, basename, extname } from 'path';

export { load, loadSync };
export { load, loadSync };
//# sourceMappingURL=sorcery.es6.js.map
{
"name": "sorcery",
"description": "Resolve a chain of sourcemaps back to the original source",
"version": "0.9.1",
"version": "0.9.2",
"author": "Rich Harris",

@@ -13,3 +13,4 @@ "repository": "https://github.com/Rich-Harris/sorcery",

"minimist": "^1.1.0",
"sander": "^0.3.8"
"sander": "^0.4.0",
"sourcemap-codec": "^1.2.0"
},

@@ -20,3 +21,3 @@ "devDependencies": {

"coffee-script": "^1.10.0",
"eslint": "^1.7.1",
"eslint": "^1.10.3",
"istanbul": "^0.4.0",

@@ -26,3 +27,3 @@ "less": "^2.5.3",

"promise-map-series": "^0.2.1",
"remap-istanbul": "^0.4.0",
"remap-istanbul": "^0.5.1",
"rollup": "^0.21.2",

@@ -32,5 +33,4 @@ "rollup-plugin-babel": "^2.2.0",

"rollup-plugin-npm": "^1.1.0",
"source-map": "^0.5.1",
"sourcemap-codec": "^1.2.0",
"source-map-support": "^0.3.2",
"source-map": "^0.5.3",
"source-map-support": "^0.4.0",
"uglify-js": "^2.4.20"

@@ -42,3 +42,3 @@ },

"scripts": {
"build": "rollup -c -f cjs -o dist/sorcery.cjs.js && rollup -c -f es6 -o dist/sorcery.es6.js",
"build": "rm -rf dist && rollup -c -f cjs -o dist/sorcery.cjs.js && rollup -c -f es6 -o dist/sorcery.es6.js",
"pretest": "npm run build",

@@ -45,0 +45,0 @@ "prepare-tests": "node test/samples/prepare-tests.js",

import { Promise } from 'sander';
import getMapFromUrl from './getMapFromUrl.js';
import getSourceMappingUrl from './getSourceMappingURL.js';
import getSourceMappingUrl from './getSourceMappingUrl.js';

@@ -5,0 +5,0 @@ export default function getMap ( node, sourceMapByPath, sync ) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc