Socket
Socket
Sign inDemoInstall

sorcery

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

sorcery - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

dist/sorcery.js

14

package.json
{
"name": "sorcery",
"description": "Resolve a chain of sourcemaps back to the original source",
"version": "0.2.4",
"version": "0.2.5",
"author": "Rich Harris",
"repository": "https://github.com/Rich-Harris/sorcery",
"main": "lib/index.js",
"main": "dist/sorcery.js",
"jsnext:main": "src/index.js",
"license": "MIT",

@@ -16,2 +17,5 @@ "dependencies": {

"coffee-script": "^1.8.0",
"gobble": "^0.7.2",
"gobble-6to5": "^3.0.0",
"gobble-esperanto-bundle": "^0.1.7",
"source-map": "^0.1.40",

@@ -24,7 +28,9 @@ "uglify-js": "^2.4.15"

"scripts": {
"build": "mkdir -p .tmp; rm .tmp/*; set -e; npm test; rm dist/*; cp .tmp/* dist",
"test": "mocha",
"prepublish": "mocha"
"prepublish": "npm run build"
},
"files": [
"lib/",
"src/",
"dist/",
"bin/",

@@ -31,0 +37,0 @@ "README.md"

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