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

jspm-npm

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jspm-npm - npm Package Compare versions

Comparing version 0.20.0 to 0.20.1

11

npm.js

@@ -225,13 +225,6 @@ var Promise = require('rsvp').Promise;

NPMLocation.packageFormat = /^@[^\/]+\/[^\/]+|^[^@\/][^\/]+/;
NPMLocation.prototype = {
parse: function(name) {
var pLen = name.substr(0, 1) == '@' ? 2 : 1;
var parts = name.split('/');
return {
package: parts.splice(0, pLen).join('/'),
path: parts.join('/')
};
},
lookup: function(repo) {

@@ -238,0 +231,0 @@ var self = this;

2

package.json
{
"name": "jspm-npm",
"version": "0.20.0",
"version": "0.20.1",
"description": "jspm npm endpoint",

@@ -5,0 +5,0 @@ "main": "npm.js",

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