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

source-map-dummy

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

source-map-dummy - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

6

changelog.md

@@ -0,3 +1,9 @@

### Version 0.2.0 (2014-03-11) ###
- Update css-tokens to 0.2.0, which means slightly different CSS tokenization,
which means slightly different mappings. (Backwards-incompatible change.)
### Version 0.1.0 (2014-03-09) ###
- Initial release.

4

package.json
{
"name": "source-map-dummy",
"version": "0.1.0",
"version": "0.2.0",
"author": "Simon Lydell",

@@ -22,3 +22,3 @@ "license": "MIT",

"dependencies": {
"css-tokens": "~0.1.0",
"css-tokens": "~0.2.0",
"js-tokens": "~0.1.0",

@@ -25,0 +25,0 @@ "source-map": "~0.1.33"

@@ -168,6 +168,6 @@ // Copyright 2014 Simon Lydell

assertMappings(
["#", "foo", "[", "attr", "=", "'value'", "]", "{",
["#foo", "[", "attr", "=", "'value'", "]", "{",
"\n ", "margin", ":", " ", "0",
"\n", "}" ],
[[1,0], [1,1], [1,4], [1,5], [1,9], [1,10], [1,17], [1,18],
[[1,0], [1,4], [1,5], [1,9], [1,10], [1,17], [1,18],
[2,2], [2,8], [2,10],

@@ -204,6 +204,9 @@ [3,0] ],

[13,9,0], // Inside name with escape.
[16,15,11], // Inside number with exponent.
[19,14,2], // Inside vendor prefixed property name.
[24,20,20], // At `%`.
[32,0,0] // Last character. `}`.
[14,2,0], // Inside id.
[15,11,9], // Inside hex color.
[18,15,11], // Inside number with exponent.
[21,14,2], // Inside vendor prefixed property name.
[22,38,11], // Inside string within string.
[27,20,20], // At `%`.
[35,0,0] // Last character. `}`.
])

@@ -210,0 +213,0 @@ })

Sorry, the diff of this file is not supported yet

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